Microsoft.Protocols.TestSuites.MS_SITESS.SitesSoap.BeginExportWorkflowTemplate C# (CSharp) Method

BeginExportWorkflowTemplate() public method

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
return 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);
        }