iControl.SystemCluster.Beginget_current_primary_slot C# (CSharp) Method

Beginget_current_primary_slot() public method

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