iControl.SystemCluster.Beginget_slot_id C# (CSharp) Method

Beginget_slot_id() public method

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