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

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.

See Also

Reference

CollaborationPlatform Class

CollaborationPlatform Members

CollaborationPlatform Overload

Microsoft.Rtc.Collaboration Namespace