IInvocationBinder.GetReturnType(String) Method

Definition

Gets the Type the invocation represented by the invocationId is expected to contain.

public:
 Type ^ GetReturnType(System::String ^ invocationId);
public Type GetReturnType (string invocationId);
abstract member GetReturnType : string -> Type
Public Function GetReturnType (invocationId As String) As Type

Parameters

invocationId
String

The ID of the invocation being received.

Returns

The Type the invocation is expected to contain.

Applies to