DeferredHandler Delegate

Represents the callback method to invoke when you call Application.DeferredInvoke or Application.DeferredInvokeOnWorkerThread to schedule work to be done on the thread.

Syntax

  public delegate void DeferredHandler(
  object  
  args
);

Parameters

args

System.Object.  The object that is supplied to the callback method (for instance, to provide application-specific state or context).

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also