IsEndToEndProvisional Method
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Function IsEndToEndProvisional ( _
responseCode As Integer _
) As Boolean
'Usage
Dim responseCode As Integer
Dim returnValue As Boolean
returnValue = ResponseCode.IsEndToEndProvisional(responseCode)
public static bool IsEndToEndProvisional(
int responseCode
)
Parameters
- responseCode
Type: System..::..Int32
Return Value
Type: System..::..Boolean