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

EndExportSolution() public method

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