Condividi tramite


MethodDispatcherBase Class

Definition

This class dispatches requests from the client to the interface/method of the remoted object. This class is used by remoting code generator.

public abstract class MethodDispatcherBase
type MethodDispatcherBase = class
Public MustInherit Class MethodDispatcherBase
Inheritance
MethodDispatcherBase
Derived

Constructors

MethodDispatcherBase()

Properties

InterfaceId

Gets the id of the interface supported by this method dispatcher.

Methods

ContinueWith(Task)

Internal - used by Service remoting

Dispatch(Object, Int32, Object)

This method is used to dispatch one way messages to the specified methodId of the interface implemented by the remoted object.

DispatchAsync(Object, Int32, Object, CancellationToken)

This method is used to dispatch request to the specified methodId of the interface implemented by the remoted object.

GetMethodName(Int32)

Gets the name of the method that has the specified methodId.

Applies to