RequestContext Methods
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public method Abort When overridden in a derived class, aborts processing the request associated with the context.
Public method BeginReply(Message, AsyncCallback, Object) When overridden in a derived class, begins an asynchronous operation to reply to the request associated with the current context.
Public method 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.
Public method Close When overridden in a derived class, closes the operation that is replying to the request context associated with the current context.
Public method 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.
Protected method Dispose Releases resources associated with the context.
Public method EndReply When overridden in a derived class, completes an asynchronous operation to reply to a request message.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Reply(Message) When overridden in a derived class, replies to a request message.
Public method Reply(Message, TimeSpan) When overridden in a derived class, replies to a request message within a specified interval of time.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetation Private method IDisposable.Dispose Releases both managed and unmanaged resources associated with the context.
Top

Show:
© 2017 Microsoft