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

BeginIsScriptSafeUrl() public méthode

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