ReferStatus Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReferStatus() |
Initializes a new instance of the class. |
ReferStatus(Object) |
Initializes this instance with the given application context. |
ReferStatus()
Initializes a new instance of the class.
public:
ReferStatus();
public ReferStatus ();
Public Sub New ()
Applies to
ReferStatus(Object)
Initializes this instance with the given application context.
public:
ReferStatus(System::Object ^ applicationContext);
public ReferStatus (object applicationContext);
new Microsoft.Rtc.Signaling.ReferStatus : obj -> Microsoft.Rtc.Signaling.ReferStatus
Public Sub New (applicationContext As Object)
Parameters
- applicationContext
- Object
Any application context. For example, the application can store the signaling session associated or any other object.