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

EndExportWeb() public méthode

public EndExportWeb ( System asyncResult ) : int
asyncResult System
Résultat int
        public int EndExportWeb(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((int)(results[0]));
        }