iControl.GlobalLBApplication.Beginset_persistence_ttl C# (CSharp) Method

Beginset_persistence_ttl() public method

public Beginset_persistence_ttl ( string applications, long values, System callback, object asyncState ) : System.IAsyncResult
applications string
values long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_persistence_ttl(string [] applications,long [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_persistence_ttl", new object[] {
            applications,
            values}, callback, asyncState);
        }
GlobalLBApplication