DispatchSource.Resume Method

Definition

Resumes the dispatch source.

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

Remarks

When this is called on a suspended or newly created source, there may be a brief delay before the source is ready to receive events from the underlying system handle. During this delay, the event handler will not be invoked, and events will be missed.

Applies to