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

BeginFindFolder() 공개 메소드

public BeginFindFolder ( FindFolderType FindFolder1, System callback, object asyncState ) : System.IAsyncResult
FindFolder1 FindFolderType
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult BeginFindFolder(FindFolderType FindFolder1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("FindFolder", new object[] {
                    FindFolder1}, callback, asyncState);
        }
ExchangeServiceBinding