iControl.LocalLBLSNPool.Beginget_persistence_timeout C# (CSharp) Method

Beginget_persistence_timeout() public method

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