Udostępnij za pośrednictwem


DataAsyncCommandCompletedEventArgs<T>.ReturnValue Property

Definition

Returns the return value of the operation.

public:
 property T ReturnValue { T get(); };
public T ReturnValue { get; }
member this.ReturnValue : 'T
Public ReadOnly Property ReturnValue As T

Property Value

T

The return value of the operation of the generic type T.

Applies to