CollaborationPlatform.UnregisterPlatformExtension Method

Unregisters an extension from the platform.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function UnregisterPlatformExtension ( _
    extensionType As String, _
    mediaType As String _
) As MediaBasedFactory
'Usage
Dim instance As CollaborationPlatform
Dim extensionType As String
Dim mediaType As String
Dim returnValue As MediaBasedFactory

returnValue = instance.UnregisterPlatformExtension(extensionType, _
    mediaType)
public MediaBasedFactory UnregisterPlatformExtension(
    string extensionType,
    string mediaType
)

Parameters

  • extensionType
    Type: System.String
    The extension type to remove.
  • mediaType
    Type: System.String
    A media type that the extension supports.

Return Value

Type: Microsoft.Rtc.Collaboration.ComponentModel.MediaBasedFactory
The extension that was removed, otherwise null if there was nothing to remove.

See Also

Reference

CollaborationPlatform Class

CollaborationPlatform Members

Microsoft.Rtc.Collaboration Namespace