CFMessagePort.Check 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.
Method that developers can call from their own subclasses to ensure that the port has not been disposed.
protected void Check ();
member this.Check : unit -> unit
Remarks
This method raises an ObjectDisposedException if the Handle has been set to IntPtr.Zero (indicating that the object has been disposed).