The
methods
of System.Web.Services.Protocols.LogicalMethodInfo are listed below. For a list of all members, see the LogicalMethodInfo Members list.
See Also: Inherited members from System.Object
Public Methods
| BeginInvoke(object, object[], AsyncCallback, object) : IAsyncResult
Begins an asynchronous invocation of the method represented by this System.Web.Services.Protocols.LogicalMethodInfo.
|
static | Create(System.Reflection.MethodInfo[]) : LogicalMethodInfo[]
Given an array of System.Reflection.MethodInfo that can contain information about both asynchronous and synchronous methods, creates an array of System.Web.Services.Protocols.LogicalMethodInfo.
|
static | Create(System.Reflection.MethodInfo[], LogicalMethodTypes) : LogicalMethodInfo[]
Given an array of System.Reflection.MethodInfo, where the returned array of System.Web.Services.Protocols.LogicalMethodInfo can be restricted to only asynchronous or synchronous methods, creates an array of System.Web.Services.Protocols.LogicalMethodInfo.
|
| EndInvoke(object, IAsyncResult) : object[]
Ends an asynchronous invocation of the method represented by the current System.Web.Services.Protocols.LogicalMethodInfo.
|
| GetCustomAttribute(Type) : object
Returns the first custom attribute applied to the type, if any custom attributes are applied to the type.
|
| GetCustomAttributes(Type) : object[]
Returns the custom attributes applied to the specified type.
|
| Invoke(object, object[]) : object[]
Invokes the method represented by the current System.Web.Services.Protocols.LogicalMethodInfo.
|
static | IsBeginMethod(System.Reflection.MethodInfo) : bool
Returns a value indicating whether the method passed in represents a Begin method of an asynchronous invocation.
|
static | IsEndMethod(System.Reflection.MethodInfo) : bool
Returns a value indicating whether the method passed in represents an End method of an asynchronous invocation.
|
override | ToString() : string
Returns a string that represents the current System.Web.Services.Protocols.LogicalMethodInfo.
|