ReferStatus Members
Include Protected Members
Include Inherited Members
Represents the state of the Refer operation. This object is created by the application sending the Refer message to track the status of the Refer as carried out by the remote endpoint. The notifications sent by the remote endpoint are reflected in this instance.
The ReferStatus type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReferStatus() | Initializes a new instance of the class. | |
ReferStatus(Object) | Initializes this instance with the given application context. |
Top
Properties
Name | Description | |
---|---|---|
ApplicationContext | Gets the application context. | |
IsSubscriptionActive | Gets the flag indicating whether the subscription for notification is active or not. | |
Session | Gets the signaling session that is tracking this Refer status. This property can be null if it is not associated with any session. | |
State | Gets the current state of the Refer operation as carried out by the remote endpoint. |
Top
Methods
Name | Description | |
---|---|---|
BeginTerminateSubscription | Terminates this refer subscription. The subscription is active until terminating Notify message is received. If the application is not interested in waiting for the notification messages, this method can be used to terminate the underlying subscription for these notification messages. The refer state will not be affected by this operation. | |
EndTerminateSubscription | Waits for the pending TerminateSubscription operation to complete. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
TerminateSubscription | Terminates this refer subscription. The subscription is active until terminating Notify message is received. If the application is not interested in waiting for the notification messages, this method can be used to terminate the underlying subscription for these notification messages. The refer state will not be affected by this operation. | |
ToString | (inherited from Object) |
Top
Events
Name | Description | |
---|---|---|
StateChanged | Raised when the state of the session changes. |
Top