SetCacheOptionsCompletedEventHandler Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public delegate void SetCacheOptionsCompletedEventHandler(System::Object ^ sender, AsyncCompletedEventArgs ^ e);
public delegate void SetCacheOptionsCompletedEventHandler(object sender, AsyncCompletedEventArgs e);
type SetCacheOptionsCompletedEventHandler = delegate of obj * AsyncCompletedEventArgs -> unit
Public Delegate Sub SetCacheOptionsCompletedEventHandler(sender As Object, e As AsyncCompletedEventArgs)
Parametri
- sender
- Object