CallForwardOptions 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
CallForwardOptions() |
Creates a new instance of the call forward options class with a 303 response code. |
CallForwardOptions(Int32) |
Creates a new instance of call forward options with given response code |
CallForwardOptions()
Creates a new instance of the call forward options class with a 303 response code.
public:
CallForwardOptions();
public CallForwardOptions ();
Public Sub New ()
Applies to
CallForwardOptions(Int32)
Creates a new instance of call forward options with given response code
public:
CallForwardOptions(int responseCode);
public CallForwardOptions (int responseCode);
new Microsoft.Rtc.Collaboration.CallForwardOptions : int -> Microsoft.Rtc.Collaboration.CallForwardOptions
Public Sub New (responseCode As Integer)
Parameters
- responseCode
- Int32
Response code with which the call will be forwarded.