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

BeginGetDelegate() public method

public BeginGetDelegate ( GetDelegateType GetDelegate1, System callback, object asyncState ) : System.IAsyncResult
GetDelegate1 GetDelegateType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginGetDelegate(GetDelegateType GetDelegate1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("GetDelegate", new object[] {
                    GetDelegate1}, callback, asyncState);
        }
ExchangeServiceBinding