ConferenceInvitationDeclineOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ConferenceInvitationDeclineOptions() |
Creates a new instance of the ConferenceInvitationDeclineOptions class with a 486 response code (BusyHere). |
ConferenceInvitationDeclineOptions(Int32) |
Creates a new instance of the ConferenceInvitationDeclineOptions class with a specific response code. |
ConferenceInvitationDeclineOptions()
Creates a new instance of the ConferenceInvitationDeclineOptions class with a 486 response code (BusyHere).
public:
ConferenceInvitationDeclineOptions();
public ConferenceInvitationDeclineOptions ();
Public Sub New ()
Applies to
ConferenceInvitationDeclineOptions(Int32)
Creates a new instance of the ConferenceInvitationDeclineOptions class with a specific response code.
public:
ConferenceInvitationDeclineOptions(int responseCode);
public ConferenceInvitationDeclineOptions (int responseCode);
new Microsoft.Rtc.Collaboration.ConferenceInvitationDeclineOptions : int -> Microsoft.Rtc.Collaboration.ConferenceInvitationDeclineOptions
Public Sub New (responseCode As Integer)
Parameters
- responseCode
- Int32
Response code to be used when declining an incoming conference invitation