CFMessagePort.InvalidationCallback Property

Definition

Gets or sets the invalidation callback method for a CFMessagePort object.

public Action InvalidationCallback { get; set; }
member this.InvalidationCallback : Action with get, set

Property Value

Delegate

Remarks

Set null value to remove callback. Callback will be fired on message on port invalidation.

Applies to