EventWaitHandle.Close Method

Releases all resources held by the current instance.

Namespace:  System.Threading
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Overrides Sub Close
'Usage
Dim instance As EventWaitHandle

instance.Close()
public override void Close()

Remarks

This member override applies only to the versions listed in "Version Information" later in this topic. For other versions and complete documentation, see the base class topic, WaitHandle.Close.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.0

See Also

Reference

EventWaitHandle Class

EventWaitHandle Members

System.Threading Namespace