SendFile

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TMessageQueue class > Methods >

SendFile

Previous pageReturn to chapter overviewNext page

Sends a file to a queue referenced by this MessageQueue.

 

pFile - The file to send to the queue.

pLabel - An application-defined string that describes the message.

 

Returns:

Message identifier.

Message Queuing generates a message identifier when the message is sent.

The identifier is composed of 20 bytes and includes two items: the machine Guid of the sending computer and a unique identifier for the message on the computer.

The combination of the two items produces a message identifier that is unique on the network.

 

SendFile                       PROCEDURE(STRING pFile, <STRING pLabel>), STRING, PROC