CallForwardOptions Constructor (Int32)
Creates a new instance of call forward options with given response code
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
responseCode As Integer _
)
'Usage
Dim responseCode As Integer
Dim instance As New CallForwardOptions(responseCode)
public CallForwardOptions(
int responseCode
)
Parameters
- responseCode
Type: System.Int32
Response code with which the call will be forwarded.