Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Synchronously sets the refer state. This will result in sending Notification to the referrer.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub SetState ( _
referState As ReferState _
)
'Usage
Dim instance As ReferNotifier
Dim referState As ReferState
instance.SetState(referState)
public void SetState(
ReferState referState
)
Parameters
- referState
Type: Microsoft.Rtc.Signaling.ReferState
The refer State value to set
Remarks
This method is not recommended for UI threads or scalable server applications.