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

BeginExportItems() public method

public BeginExportItems ( ExportItemsType ExportItems1, System callback, object asyncState ) : System.IAsyncResult
ExportItems1 ExportItemsType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginExportItems(ExportItemsType ExportItems1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("ExportItems", new object[] {
                    ExportItems1}, callback, asyncState);
        }
ExchangeServiceBinding