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

BeginRemoveDelegate() public method

public BeginRemoveDelegate ( RemoveDelegateType RemoveDelegate1, System callback, object asyncState ) : System.IAsyncResult
RemoveDelegate1 RemoveDelegateType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginRemoveDelegate(RemoveDelegateType RemoveDelegate1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("RemoveDelegate", new object[] {
                    RemoveDelegate1}, callback, asyncState);
        }
ExchangeServiceBinding