ServiceProxy.PostDispatch(String, Object) Method

Definition

protected:
 virtual void PostDispatch(System::String ^ methodName, System::Object ^ % output);
protected virtual void PostDispatch (string methodName, ref object output);
abstract member PostDispatch : string * obj -> unit
override this.PostDispatch : string * obj -> unit
Protected Overridable Sub PostDispatch (methodName As String, ByRef output As Object)

Parameters

methodName
String
output
Object

Applies to