ConferenceInvitationDeclineOptions Constructor (Int32)
Creates a new instance of the ConferenceInvitationDeclineOptions class with a specific 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 ConferenceInvitationDeclineOptions(responseCode)
public ConferenceInvitationDeclineOptions(
int responseCode
)
Parameters
- responseCode
Type: System.Int32
Response code to be used when declining an incoming conference invitation
See Also
Reference
ConferenceInvitationDeclineOptions Class
ConferenceInvitationDeclineOptions Members