ExchangeServiceBinding.EndDeleteUserConfiguration Method

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

Syntax

'Declaration
Public Function EndDeleteUserConfiguration ( _
    asyncResult As IAsyncResult _
) As DeleteUserConfigurationResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As DeleteUserConfigurationResponseType

returnValue = instance.EndDeleteUserConfiguration(asyncResult)
public DeleteUserConfigurationResponseType EndDeleteUserConfiguration(
    IAsyncResult asyncResult
)

Parameters