CFMessagePort.Invalidate Method

Definition

Invalidating a message port prevents the port from ever sending or receiving any more messages.

public void Invalidate ();
member this.Invalidate : unit -> unit

Remarks

The message port is not deallocated after invalidation, however IsValid property is set to be true.

Applies to