LogicalMethodInfo Methods

 

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

NameDescription
System_CAPS_pubmethodBeginInvoke(Object, Object(), AsyncCallback, Object)

Begins an asynchronous invocation of the method represented by this LogicalMethodInfo.

System_CAPS_pubmethodSystem_CAPS_staticCreate(MethodInfo())

Given an array of MethodInfo that can contain information about both asynchronous and synchronous methods, creates an array of LogicalMethodInfo.

System_CAPS_pubmethodSystem_CAPS_staticCreate(MethodInfo(), LogicalMethodTypes)

Given an array of MethodInfo, where the returned array of LogicalMethodInfo can be restricted to only asynchronous or synchronous methods, creates an array of LogicalMethodInfo.

System_CAPS_pubmethodEndInvoke(Object, IAsyncResult)

Ends an asynchronous invocation of the method represented by the current LogicalMethodInfo.

System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetCustomAttribute(Type)

Returns the first custom attribute applied to the type, if any custom attributes are applied to the type.

System_CAPS_pubmethodGetCustomAttributes(Type)

Returns the custom attributes applied to the specified type.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInvoke(Object, Object())

Invokes the method represented by the current LogicalMethodInfo.

System_CAPS_pubmethodSystem_CAPS_staticIsBeginMethod(MethodInfo)

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

System_CAPS_pubmethodSystem_CAPS_staticIsEndMethod(MethodInfo)

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

System_CAPS_pubmethodToString()

Returns a string that represents the current LogicalMethodInfo.(Overrides Object.ToString().)

Return to top
Show: