iControl.LocalLBLSNPool.Beginget_hairpin_mode C# (CSharp) Méthode

Beginget_hairpin_mode() public méthode

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