ResolveNamesCompletedEventArgs Members
Include Protected Members
Include Inherited Members
The ResolveNamesCompletedEventArgs class provides data for the ResolveNamesCompleted event.
The ResolveNamesCompletedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Cancelled | (Inherited from AsyncCompletedEventArgs.) |
![]() |
Error | (Inherited from AsyncCompletedEventArgs.) |
![]() |
Result | The Result class gets the response from an asynchronous call to the ResolveNames operation. |
![]() |
UserState | (Inherited from AsyncCompletedEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RaiseExceptionIfNecessary | (Inherited from AsyncCompletedEventArgs.) |
![]() |
ToString | (Inherited from Object.) |
Top