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

BeginAddDelegate() public method

public BeginAddDelegate ( AddDelegateType AddDelegate1, System callback, object asyncState ) : System.IAsyncResult
AddDelegate1 AddDelegateType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginAddDelegate(AddDelegateType AddDelegate1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("AddDelegate", new object[] {
                    AddDelegate1}, callback, asyncState);
        }
ExchangeServiceBinding