The ReferStatustype exposes the following members.

Constructors

  Name Description
ReferStatus Overloaded.

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.)

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.

Events

  Name Description
StateChanged
Raised when the state of the session changes.

See Also