LogicalMethodInfo.IsEndMethod Method (MethodInfo)
.NET Framework (current version)
Returns a value indicating whether the method passed in represents an End method of an asynchronous invocation.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- methodInfo
-
Type:
System.Reflection.MethodInfo
The MethodInfo that might be an End method of an asynchronous invocation.
Return Value
Type: System.Booleantrue if the methodInfo parameter is an End method of an asynchronous invocation; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: