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

BeginExportWeb() public méthode

public BeginExportWeb ( string jobName, string webUrl, string dataPath, bool includeSubwebs, bool includeUserSecurity, bool overWrite, int cabSize, System callback, object asyncState ) : System.IAsyncResult
jobName string
webUrl string
dataPath string
includeSubwebs bool
includeUserSecurity bool
overWrite bool
cabSize int
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult BeginExportWeb(string jobName, string webUrl, string dataPath, bool includeSubwebs, bool includeUserSecurity, bool overWrite, int cabSize, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("ExportWeb", new object[] {
                        jobName,
                        webUrl,
                        dataPath,
                        includeSubwebs,
                        includeUserSecurity,
                        overWrite,
                        cabSize}, callback, asyncState);
        }