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

BeginExportWorkflowTemplate() public méthode

public BeginExportWorkflowTemplate ( string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl, System callback, object asyncState ) : System.IAsyncResult
solutionFileName string
title string
description string
workflowTemplateName string
destinationListUrl string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult BeginExportWorkflowTemplate(string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("ExportWorkflowTemplate", new object[] {
                        solutionFileName,
                        title,
                        description,
                        workflowTemplateName,
                        destinationListUrl}, callback, asyncState);
        }