Represents the state of the Refer operation.
The following tables list the members exposed by the ReferStatus type.
Public Constructors
Name | Description | |
---|---|---|
ReferStatus | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
ApplicationContext | Gets the application context. | |
IsSubscriptionActive | Gets whether the subscription for notification is active. | |
Session | Gets the signaling session that is tracking this Refer status. | |
State | Gets the current state of the Refer operation as carried out by the remote endpoint. |
Public Methods (see also Protected Methods )
Name | Description | |
---|---|---|
BeginTerminateSubscription | Terminates this refer subscription. | |
EndTerminateSubscription | Waits for the pending TerminateSubscription operation to complete. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
TerminateSubscription | Terminates this Refer subscription. | |
ToString | (inherited from Object ) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Public Events
Name | Description | |
---|---|---|
StateChanged | Raised when the state of the session changes. |