ApplicationEndpoint Constructor
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.
Creates a new instance of the ApplicationEndpoint class.
public:
ApplicationEndpoint(Microsoft::Rtc::Collaboration::CollaborationPlatform ^ platform, Microsoft::Rtc::Collaboration::ApplicationEndpointSettings ^ settings);
public ApplicationEndpoint (Microsoft.Rtc.Collaboration.CollaborationPlatform platform, Microsoft.Rtc.Collaboration.ApplicationEndpointSettings settings);
new Microsoft.Rtc.Collaboration.ApplicationEndpoint : Microsoft.Rtc.Collaboration.CollaborationPlatform * Microsoft.Rtc.Collaboration.ApplicationEndpointSettings -> Microsoft.Rtc.Collaboration.ApplicationEndpoint
Public Sub New (platform As CollaborationPlatform, settings As ApplicationEndpointSettings)
Parameters
- platform
- CollaborationPlatform
The platform instance that this endpoint is bound to.
- settings
- ApplicationEndpointSettings
Settings used to initialize the object.
Exceptions
Thrown if invoked before an auto-provisioned platform has been started.
Thrown if another endpoint has already be designated as the default routing endpoint.
Thrown when one or more arguments are null or empty.