iControl.GlobalLBWideIP.Beginget_persistence_state C# (CSharp) Method

Beginget_persistence_state() public method

public Beginget_persistence_state ( string wide_ips, System callback, object asyncState ) : System.IAsyncResult
wide_ips string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_persistence_state(string [] wide_ips, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_persistence_state", new object[] {
            wide_ips}, callback, asyncState);
        }
GlobalLBWideIP