Share via


SetState Method (Int32, String, String)

Sets the Refer state.

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

Syntax

'Declaration
Public Sub SetState ( _
    responseCode As Integer, _
    responseText As String, _
    remainingSipFragment As String _
)
'Usage
Dim instance As ReferNotifier
Dim responseCode As Integer
Dim responseText As String
Dim remainingSipFragment As String

instance.SetState(responseCode, responseText, _
    remainingSipFragment)
public void SetState(
    int responseCode,
    string responseText,
    string remainingSipFragment
)

Parameters

  • responseText
    Type: System..::..String
    The response text, which can be nullNothingnullptrunita null reference (Nothing in Visual Basic).

Remarks

This results in sending Notification to the referrer.

See Also

Reference

ReferNotifier Class

ReferNotifier Members

SetState Overload

Microsoft.Rtc.Signaling Namespace