iControl.GlobalLBApplication.Beginget_persistence_state C# (CSharp) Method

Beginget_persistence_state() public method

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