Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.BeginUpdateDelegate C# (CSharp) Method

BeginUpdateDelegate() public method

public BeginUpdateDelegate ( UpdateDelegateType UpdateDelegate1, System callback, object asyncState ) : System.IAsyncResult
UpdateDelegate1 UpdateDelegateType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginUpdateDelegate(UpdateDelegateType UpdateDelegate1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("UpdateDelegate", new object[] {
                    UpdateDelegate1}, callback, asyncState);
        }
ExchangeServiceBinding