Share via


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
Public method ReferStatus() Initializes a new instance of the class.
Public method ReferStatus(Object) Initializes this instance with the given application context.

Top

Properties

  Name Description
Public property ApplicationContext Gets the application context.
Public property IsSubscriptionActive Gets the flag indicating whether the subscription for notification is active or not.
Public property Session Gets the signaling session that is tracking this Refer status. This property can be null if it is not associated with any session.
Public property State Gets the current state of the Refer operation as carried out by the remote endpoint.

Top

Methods

  Name Description
Public method 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.
Public method EndTerminateSubscription Waits for the pending TerminateSubscription operation to complete.
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method 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.
Public method ToString (inherited from Object)

Top

Events

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

Top

See Also

Reference

ReferStatus Class

Microsoft.Rtc.Signaling Namespace