Share via


AsyncResult<T>.AsyncResultCallback Property

Namespace:  Microsoft.Exchange.Common
Assembly:  Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)

Syntax

'Declaration
Protected Property AsyncResultCallback As AsyncResultCallback(Of T)
    Get
    Private Set
'Usage
Dim value As AsyncResultCallback(Of T)

value = Me.AsyncResultCallback
protected AsyncResultCallback<T> AsyncResultCallback { get; private set; }