LogicalMethodInfo.IsEndMethod Method (MethodInfo)

 

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

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

static member IsEndMethod : 
        methodInfo:MethodInfo -> bool

Parameters

methodInfo
Type: System.Reflection.MethodInfo

The MethodInfo that might be an End method of an asynchronous invocation.

Return Value

Type: System.Boolean

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

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: