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

BeginFindItem() public method

public BeginFindItem ( FindItemType FindItem1, System callback, object asyncState ) : System.IAsyncResult
FindItem1 FindItemType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginFindItem(FindItemType FindItem1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("FindItem", new object[] {
                    FindItem1}, callback, asyncState);
        }
ExchangeServiceBinding