iControl.SystemCluster.Beginget_member_licensed_state C# (CSharp) Method

Beginget_member_licensed_state() public method

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