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.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
ReferStatus
C#
public 
class 
ReferStatus
Visual C++
public 
ref class 
ReferStatus
JavaScript
Microsoft.Rtc.Signaling.ReferStatus
= 
function();

Type.createClass(
		'Microsoft.Rtc.Signaling.ReferStatus');

Inheritance Hierarchy

Object
   Microsoft.Rtc.Signaling . . :: . ReferStatus

See Also