System.Web.Services.Protocols.LogicalMethodInfo.IsBeginMethod Method

Returns a value indicating whether the method passed in represents a Begin method of an asynchronous invocation.

Syntax

public static bool IsBeginMethod (System.Reflection.MethodInfo method_info)

Parameters

method_info
a System.Reflection.MethodInfo

Returns

true if the methodInfo parameter is a Begin method of an asynchronous invocation; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0