iControl.SystemCluster.Beginset_current_primary_slot C# (CSharp) Method

Beginset_current_primary_slot() public method

public Beginset_current_primary_slot ( string cluster_names, long primary_slots, System callback, object asyncState ) : System.IAsyncResult
cluster_names string
primary_slots long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_current_primary_slot(string [] cluster_names,long [] primary_slots, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_current_primary_slot", new object[] {
            cluster_names,
            primary_slots}, callback, asyncState);
        }
SystemCluster