RequestContext Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The RequestContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
Abort | When overridden in a derived class, aborts processing the request associated with the context. |
|
BeginReply(Message, AsyncCallback, Object) | When overridden in a derived class, begins an asynchronous operation to reply to the request associated with the current context. |
|
BeginReply(Message, TimeSpan, AsyncCallback, Object) | When overridden in a derived class, begins an asynchronous operation to reply to the request associated with the current context within a specified interval of time. |
|
Close | When overridden in a derived class, closes the operation that is replying to the request context associated with the current context. |
|
Close(TimeSpan) | When overridden in a derived class, closes the operation that is replying to the request context associated with the current context within a specified interval of time. |
|
Dispose | Releases resources associated with the context. |
|
EndReply | When overridden in a derived class, completes an asynchronous operation to reply to a request message. |
|
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 the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Reply(Message) | When overridden in a derived class, replies to a request message. |
|
Reply(Message, TimeSpan) | When overridden in a derived class, replies to a request message within a specified interval of time. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IDisposable.Dispose | Releases both managed and unmanaged resources associated with the context. |
Show: