Share via


ExchangeServiceBinding.BeginRefreshSharingFolder Method

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Function BeginRefreshSharingFolder ( _
    RefreshSharingFolder1 As RefreshSharingFolderType, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim RefreshSharingFolder1 As RefreshSharingFolderType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginRefreshSharingFolder(RefreshSharingFolder1, _
    callback, asyncState)
public IAsyncResult BeginRefreshSharingFolder(
    RefreshSharingFolderType RefreshSharingFolder1,
    AsyncCallback callback,
    Object asyncState
)

Parameters

Return Value

Type: System.IAsyncResult
Returns IAsyncResult.