Send files one data packet at a time, receive events when new files are available on the server, or receive file packets from the server asynchronously through events.
CreateCreates a file on the SystemLink file service using an AMQP configuration.
Send PacketUploads a packet containing file data to the SystemLink file service.
Send Last PacketUploads the last packet of the file's data, which causes the SystemLink file service to sequentially write the packets to disk.
CloseTerminates an open file reference.
Register for Available File EventsSubscribes to the SystemLink file service to receive events when new files are available.
OpenOpens a reference to an existing file on the SystemLink file service.
Unregister for Available File EventsUnsubscribes from the SystemLink file service to stop receiving available file events.
Register for Packet EventsSubscribes to the SystemLink file service to receive events when file data packets are available during a file download.
Download (Async)Sends a request to the SystemLink file service to transfer a file or group of files.
Unregister for Packet EventsUnsubscribes from the SystemLink file service to stop receiving events when file data packets are available.