BackToBackCallTerminateOptions Class
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.
Optional parameters for terminating the BackToBackCall.
public ref class BackToBackCallTerminateOptions
public class BackToBackCallTerminateOptions
type BackToBackCallTerminateOptions = class
Public Class BackToBackCallTerminateOptions
- Inheritance
-
BackToBackCallTerminateOptions
Constructors
BackToBackCallTerminateOptions(CallTerminateOptions, CallTerminateOptions) |
Creates an instance of the BackToBackCallTerminateOptions class. |
Properties
Call1TerminateOptions |
Gets the value of TerminateOptions to be applied on Call1 of BackToBackCall. |
Call2TerminateOptions |
Gets the value of TerminateOptions to be applied on Call2 of BackToBackCall. |