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

BeginGetUpdatedFormDigestInformation() public méthode

public BeginGetUpdatedFormDigestInformation ( string url, System callback, object asyncState ) : System.IAsyncResult
url string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult BeginGetUpdatedFormDigestInformation(string url, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("GetUpdatedFormDigestInformation", new object[] {
                        url}, callback, asyncState);
        }