Public Methods (see also Protected Methods )

  Name Description
BeginRefresh Creates a transaction async result to refresh an existing subscription and puts the work item in the queue.
BeginSendUpdateMessage Sends an update message on an existing subscription dialog.
BeginSubscribe Creates a subscribe request body and puts the workItem in queue to invoke Subscribe.
BeginTerminate Attempts to terminate the subscription.
EndRefresh Ends the pending refresh operation.
EndSendUpdateMessage Ends the pending Subscription Update operation.
EndSubscribe Ends the pending asynchronous subscribe operation.
EndTerminate Ends the pending terminate operation.
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
Refresh Performs synchronous execution of BeginRefresh and EndRefresh.
Subscribe Performs synchronous execution of BeginSubscribe and EndSubscribe.
Terminate Performs synchronous execution of BeginTerminate and EndTerminate.
ToString Overridden. Returns the string representation for the SipSubscription object.

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )

See Also