ExchangeServiceBinding.BeginResolveNames Method
The BeginResolveNames method is used to begin an asynchronous ResolveNames call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginResolveNames ( _
ResolveNames1 As ResolveNamesType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim ResolveNames1 As ResolveNamesType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginResolveNames(ResolveNames1, _
callback, asyncState)
public IAsyncResult BeginResolveNames(
ResolveNamesType ResolveNames1,
AsyncCallback callback,
Object asyncState
)
Parameters
- ResolveNames1
Type: ExchangeWebServices.ResolveNamesType
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
The BeginResolveNames method returns an IAsyncResult object.