Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.BeginFindItem C# (CSharp) 메소드

BeginFindItem() 공개 메소드

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