Share via


IsolatedWindowsEnvironment.UnregisterMessageReceiver(Guid) Method

Definition

Deprecated. Unregisters message receiver callback.

public:
 virtual void UnregisterMessageReceiver(Platform::Guid receiverId) = UnregisterMessageReceiver;
void UnregisterMessageReceiver(winrt::guid const& receiverId);
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
void UnregisterMessageReceiver(winrt::guid const& receiverId);
public void UnregisterMessageReceiver(Guid receiverId);
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public void UnregisterMessageReceiver(Guid receiverId);
function unregisterMessageReceiver(receiverId)
Public Sub UnregisterMessageReceiver (receiverId As Guid)

Parameters

receiverId
Guid

Platform::Guid

winrt::guid

GUID for message receiver.

Attributes

Remarks

Warning

This is a deprecated API.

Applies to