LogicalMethodInfo Methods
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | BeginInvoke(Object^, array<Object^>^, AsyncCallback^, Object^) | Begins an asynchronous invocation of the method represented by this LogicalMethodInfo. |
![]() ![]() | Create(array<MethodInfo^>^) | Given an array of MethodInfo that can contain information about both asynchronous and synchronous methods, creates an array of LogicalMethodInfo. |
![]() ![]() | Create(array<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. |
![]() | EndInvoke(Object^, IAsyncResult^) | Ends an asynchronous invocation of the method represented by the current LogicalMethodInfo. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetCustomAttribute(Type^) | Returns the first custom attribute applied to the type, if any custom attributes are applied to the type. |
![]() | GetCustomAttributes(Type^) | Returns the custom attributes applied to the specified type. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Invoke(Object^, array<Object^>^) | Invokes the method represented by the current LogicalMethodInfo. |
![]() ![]() | IsBeginMethod(MethodInfo^) | Returns a value indicating whether the method passed in represents a Begin method of an asynchronous invocation. |
![]() ![]() | IsEndMethod(MethodInfo^) | Returns a value indicating whether the method passed in represents an End method of an asynchronous invocation. |
![]() | ToString() | Returns a string that represents the current LogicalMethodInfo.(Overrides Object::ToString().) |

