iControl.GlobalLBWideIPV2.Beginset_persistence_state C# (CSharp) Method

Beginset_persistence_state() public method

public Beginset_persistence_state ( GlobalLBWideIPID wide_ips, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
wide_ips GlobalLBWideIPID
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_persistence_state(GlobalLBWideIPID [] wide_ips,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_persistence_state", new object[] {
            wide_ips,
            states}, callback, asyncState);
        }
GlobalLBWideIPV2