Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.BeginFindFolder C# (CSharp) Méthode

BeginFindFolder() public méthode

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