Condividi tramite


MethodDispatcherBase.Dispatch(Object, Int32, Object) Method

Definition

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

public abstract void Dispatch (object objectImplementation, int methodId, object messageBody);
abstract member Dispatch : obj * int * obj -> unit
Public MustOverride Sub Dispatch (objectImplementation As Object, methodId As Integer, messageBody As Object)

Parameters

objectImplementation
Object

The object impplemented the remoted interface.

methodId
Int32

Id of the method to which to dispatch the request to.

messageBody
Object

The body of the one-way message that needs to be dispatched to the object.

Applies to