Click or drag to resize

OutProcessClient Methods

The OutProcessClient type exposes the following members.

Methods
 NameDescription
Public methodConnectAsync Requests the start of the client's background message processing thread and provides a way for the caller to await the client reaching the started state. Note that the client is considered 'started' when it it reaches the state of waiting for a a server to respond to a connection request, not when a server connection is made at some random later time.
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodSendAsync Sends a message to the server.
Public methodStopAsync Issue a request to stop the client. There will be an unpredictable delay before the client actually stops. The ClientStopped event will be raised when the client has stopped.
Public methodToString
(Inherited from Object)
Top
See Also