Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the method information for the asynchronous completion method.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property CompletedMethodInfo As MethodInfo
Get
Private Set
public MethodInfo CompletedMethodInfo { get; private set; }
public:
property MethodInfo^ CompletedMethodInfo {
MethodInfo^ get ();
private: void set (MethodInfo^ value);
}
Property Value
Type: System.Reflection.MethodInfo
The method information for the asynchronous completion method.