AsyncResult Methods
.NET Framework (current version)
Namespace:
System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AsyncProcessMessage(IMessage^, IMessageSink^) | Implements the IMessageSink interface. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetReplyMessage() | Gets the response message for the asynchronous call. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | SetMessageCtrl(IMessageCtrl^) | Sets an IMessageCtrl for the current remote method call, which provides a way to control asynchronous messages after they have been dispatched. |
![]() | SyncProcessMessage(IMessage^) | Synchronously processes a response message returned by a method call on a remote object. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:

