Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 812 Bytes

controlchanneltrigger_close_811482585.md

File metadata and controls

25 lines (17 loc) · 812 Bytes
-api-id -api-type
M:Windows.Networking.Sockets.ControlChannelTrigger.Close
winrt method

Windows.Networking.Sockets.ControlChannelTrigger.Close

-description

Closes the ControlChannelTrigger object.

Note

This method is not supported on Windows Phone.

-remarks

The Close method aborts any pending operations and releases all unmanaged resources associated with the ControlChannelTrigger object. Calling this method frees any hardware resources allocated for the ControlChannelTrigger.

In .NET Framework 4.5, this method is projected as the method. In C++, this method is projected as part of the destructor (delete operator).

-examples

-see-also