SmartSockets .NET Class Library

TipcSrv.send Method 

Send a message.

This method actually queues the data for later transmission. It is not actually sent until flush is called, either by the user directly, or by the auto-flush mechanism, based on the buffer size. The auto-flush mechanism is regulated by the ss.server_auto_flush_size option.

public override void send(
   TipcMsg msg
);

Parameters

msg
the message to send

Exceptions

Exception TypeCondition
TipcBadArgumentException If the message destination is not a valid subject.
TipcException If no server connection and auto-connect is false.

See Also

TipcSrv Class | TipcSrv Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved