Click or drag to resize

InProcessClient Methods

The InProcessClient type exposes the following members.

Methods
 NameDescription
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 anonymous server.
Public methodStart Requests the start of the client's background message processing thread and returns immediately. There will be a short unpredictable delay between return from this method and when the client reaches a started state. The ClientStarted event will be raised when the client reaches a started state.
Public methodStartAsync 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.
Public methodStopAsync Requsts the client processing to stop. There will be an unpredictable delay before the client stops. The ClientStopped event will be raised after the client has stopped.
Public methodToString
(Inherited from Object)
Top
See Also