|
MCBaseTransport.Shutdown Turns off the transport, optionally discarding all unsent messages. Declaration
[C++]
[Pascal]
[ActiveX]
[C#]
[VB.NET]
[Java]
[Java ME]
[Palm]
[DLL] Parameters
Description Use this method to turn off the transport (set Active property to false) and optionally discard all messages, that are in the transport's outgoing queues. Discarding the messages is faster than returning them as failed, so this method can be used when the application is shut down. |
|
