CMTransport.Send

Method

Visual Basic

Overrides Public Sub Send (
    ByVal message As Message )

C#

public overried void Send (
    Message message );

Purpose

Send a labeled message.

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

message

Send this message.

Wildcard subjects are illegal.

See Also

DefaultTimeLimit

CMTransport.SendReply

CMTransport.SendRequest

TimeLimit