SmartSockets .NET Class Library

TipcMon.serverBufferPoll Method (TipcSrv, String, String)

Sends a MON_SERVER_BUFFER_POLL_CALL message to a particular RTserver. This poll returns message buffer data between given RTserver and some other client or server in a MON_SERVER_BUFFER_POLL_RESULT message.

public static void serverBufferPoll(
   TipcSrv srv,
   string server,
   string connectedProcess
);

Parameters

srv
the RTserver connection issuing the poll.
server
the unique subject of the RTserver that is to receive the poll, or ALL
connectedProcess
the unique subject of the other process, or ALL

Exceptions

Exception TypeCondition
TipcException If an error occurs sending the message.

See Also

TipcMon Class | TipcMon Members | TIBCO.SMARTSOCKETS Namespace | TipcMon.serverBufferPoll Overload List


Copyright © TIBCO Software Inc. All rights reserved