CollaborationPlatform.UnregisterForApplicationEndpointSettings(EventHandler<ApplicationEndpointSettingsDiscoveredEventArgs>) Method
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.
Unregisters a delegate to receive discovered application endpoint settings.
public:
void UnregisterForApplicationEndpointSettings(EventHandler<Microsoft::Rtc::Collaboration::ApplicationEndpointSettingsDiscoveredEventArgs ^> ^ applicationEndpointSettingsDiscoveredDelegate);
public void UnregisterForApplicationEndpointSettings (EventHandler<Microsoft.Rtc.Collaboration.ApplicationEndpointSettingsDiscoveredEventArgs> applicationEndpointSettingsDiscoveredDelegate);
member this.UnregisterForApplicationEndpointSettings : EventHandler<Microsoft.Rtc.Collaboration.ApplicationEndpointSettingsDiscoveredEventArgs> -> unit
Public Sub UnregisterForApplicationEndpointSettings (applicationEndpointSettingsDiscoveredDelegate As EventHandler(Of ApplicationEndpointSettingsDiscoveredEventArgs))
Parameters
- applicationEndpointSettingsDiscoveredDelegate
- EventHandler<ApplicationEndpointSettingsDiscoveredEventArgs>
Delegate to handle discovered application endpoint settings.
Exceptions
Thrown if the CollaborationPlatform instance was not created with ProvisionedApplicationPlatformSettings.
Thrown when parameters are null.