MethodDispatcherBase.Dispatch(Object, Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET