ExchangeServiceBinding.BeginResolveNames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The BeginResolveNames(ResolveNamesType, AsyncCallback, Object) method is used to begin an asynchronous ResolveNames(ResolveNamesType) call.
public:
IAsyncResult ^ BeginResolveNames(ExchangeWebServices::ResolveNamesType ^ ResolveNames1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginResolveNames (ExchangeWebServices.ResolveNamesType ResolveNames1, AsyncCallback callback, object asyncState);
Public Function BeginResolveNames (ResolveNames1 As ResolveNamesType, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- ResolveNames1
- ResolveNamesType
- callback
- AsyncCallback
- asyncState
- Object
Returns
The BeginResolveNames(ResolveNamesType, AsyncCallback, Object) method returns an IAsyncResult object.