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

EndExportWorkflowTemplate() public method

public EndExportWorkflowTemplate ( System asyncResult ) : string
asyncResult System
return string
        public string EndExportWorkflowTemplate(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((string)(results[0]));
        }