Share via


SetState Method (ReferState)

Sets the Refer state.

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

Remarks

This results in sending Notification to the referrer.

See Also

Reference

ReferNotifier Class

ReferNotifier Members

SetState Overload

Microsoft.Rtc.Signaling Namespace