Microsoft.Protocols.TestSuites.MS_SITESS.SitesSoap.BeginExportSolution C# (CSharp) Méthode

BeginExportSolution() public méthode

public BeginExportSolution ( string solutionFileName, string title, string description, bool fullReuseExportMode, bool includeWebContent, System callback, object asyncState ) : System.IAsyncResult
solutionFileName string
title string
description string
fullReuseExportMode bool
includeWebContent bool
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult BeginExportSolution(string solutionFileName, string title, string description, bool fullReuseExportMode, bool includeWebContent, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("ExportSolution", new object[] {
                        solutionFileName,
                        title,
                        description,
                        fullReuseExportMode,
                        includeWebContent}, callback, asyncState);
        }