iControl.SystemCluster.Beginget_current_primary_slot C# (CSharp) Méthode

Beginget_current_primary_slot() public méthode

public Beginget_current_primary_slot ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult
cluster_names string
callback System
asyncState object
Résultat 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