iControl.GlobalLBProberPool.Beginget_description C# (CSharp) Méthode

Beginget_description() public méthode

public Beginget_description ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_description(string [] pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_description", new object[] {
            pools}, callback, asyncState);
        }
GlobalLBProberPool