Condividi tramite


AsyncResult.EndInvokeCalled Proprietà

Definizione

Ottiene o imposta un valore che indica se EndInvoke è stato chiamato sul AsyncResult corrente.

public:
 property bool EndInvokeCalled { bool get(); void set(bool value); };
public bool EndInvokeCalled { get; set; }
member this.EndInvokeCalled : bool with get, set
Public Property EndInvokeCalled As Boolean

Valore della proprietà

true se EndInvoke è stato chiamato sul AsyncResult corrente; in caso contrario, false.

Si applica a