CollaborationPlatform Constructor (ServerPlatformSettings)
Creates a new instance of the CollaborationPlatform class with server settings.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
platformSettings As ServerPlatformSettings _
)
'Usage
Dim platformSettings As ServerPlatformSettings
Dim instance As New CollaborationPlatform(platformSettings)
public CollaborationPlatform(
ServerPlatformSettings platformSettings
)
Parameters
- platformSettings
Type: Microsoft.Rtc.Collaboration.ServerPlatformSettings
The settings with which to initialize the instance.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when one of the settings is invalid. |
ArgumentNullException | Thrown when the settings object is null. |
TlsFailureException | Thrown when the certificate is invalid or otherwise unusable. |