Parameters
- handle
- Events subscription handle as returned by the subscription method.
Return Value
This method never returns null
(Nothing
in Visual Basic).
This return value of this method should not be ignored.
This method never returns null
(Nothing
in Visual Basic).
This return value of this method should not be ignored.
Exception | Description |
---|---|
System.ArgumentException | One of the arguments provided to a method is not valid. This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception. |
System.ObjectDisposedException | An operation was performed on a disposed object. |
This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.