Click or drag to resize

ChannelClient Methods

The ChannelClient type exposes the following members.

Methods
  NameDescription
Public methodConnectAsync
Connects the client to a ChannelProvider as an asynchronous operation.
Public methodDisconnectAsync
Disconnects from the ChannelProvider as an asynchronous operation.
Public methodDispatchAsync(String)
Dispatches a call on the registered topic to the ChannelProvider.
Public methodDispatchAsync(String, Object)
Dispatches a call that takes a parameter on the registered topic to the ChannelProvider.
Public methodDispatchAsyncTResult(String)
Dispatches a call that returns a value on the registered topic to the ChannelProvider.
Public methodDispatchAsyncTResult(String, Object)
Dispatches a call that takes a parameter and returns a value on the registered topic to the ChannelProvider.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnClosed
Raises the Closed event.
(Inherited from MessageChannel.)
Protected methodOnOpened
Raises the Opened event.
(Inherited from MessageChannel.)
Public methodRegisterTopic(String, Action)
Registers a method for a given topic.
(Inherited from MessageChannel.)
Public methodRegisterTopicT(String, ActionT)
Registers a method that takes a parameter for a given topic.
(Inherited from MessageChannel.)
Public methodRegisterTopicTResult(String, FuncTResult)
Registers a method that returns a value for a given topic.
(Inherited from MessageChannel.)
Public methodRegisterTopicT, TResult(String, FuncT, TResult)
Registers a method that takes a parameter and returns a value for a given topic.
(Inherited from MessageChannel.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnregisterTopic
Removes a previously registered method for the specified topic.
(Inherited from MessageChannel.)
Top
See Also