An NDoc Documented Class Library

IMessageProducer.Send Method

Sends a message to the specefied destination.

Overload List

Sends a message to the specefied destination.

void Send(IDestination,IMessage);

Sends a message to the specefied destination.

void Send(IDestination,IMessage,DeliveryMode,int,long);

Sends a list of messages to the specefied destination.

void Send(IDestination,IMessage[]);

Sends a list of messages to the specefied destination.

void Send(IDestination,IMessage[],DeliveryMode,int,long);

Sends a message to the message producer's destination.

void Send(IMessage);

Sends a message to the message producer's destination.

void Send(IMessage,DeliveryMode,int,long);

Sends a list of messages to the message producer's destination.

void Send(IMessage[]);

Sends a list of messages to the message producer's destination.

void Send(IMessage[],DeliveryMode,int,long);

See Also

IMessageProducer Interface | webMethods.Msg Namespace