Click or drag to resize

IConnection Methods

The IConnection type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodOpen
Opens the connection.
Public methodOpenAsync
Opens the connection.
Public methodReceiveMessage
Receives a message.
Public methodReceiveMessageAsync
Receives a message.
Public methodSendMessages
Sends the messages.
Public methodSendMessagesAsync
Sends the messages.
Top
See Also