iControl.LocalLBLSNPool.Beginget_route_advertisement_state C# (CSharp) Method

Beginget_route_advertisement_state() public method

public Beginget_route_advertisement_state ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_route_advertisement_state(string [] pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_route_advertisement_state", new object[] {
            pools}, callback, asyncState);
        }
LocalLBLSNPool