[TIBCO.EMS .NET client library 8.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Starts (or restarts) a connection's delivery of incoming messages.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public virtual void Start() |
Public Overridable Sub Start |
public: virtual void Start() |
Remarks
When a connection is created, it is stopped. It does not deliver inbound messages until the program calls this method to explicitly start it.
If the connection has already been started and is not stopped, this call has no effect.
Outbound messages flow even before calling Start.