CMTransport.Send
Method
Visual Basic
Overrides Public SubSend
(
ByVal message As Message )
C#
public overried voidSend
(
Message message );
Purpose
Remarks
This method sends the message, along with its certified delivery protocol information: the correspondent name of the CMTransport, a sequence number, and a time limit. The protocol information remains on the message within the sending program, and also travels with the message to all receiving programs.
Programs can explicitly set the message time limit; see TimeLimit. If a time limit is not already set for the outbound message, this method sets it to the transport’s default time limit (see DefaultTimeLimit); if that default is not set for the transport, the default time limit is zero (no time limit).
Parameter |
Description |
|
Send this message. Wildcard subjects are illegal. |