iControl.SystemCluster.Endget_slot_id C# (CSharp) Method

Endget_slot_id() public method

public Endget_slot_id ( System asyncResult ) : long[][]
asyncResult System
return long[][]
        public long[][] Endget_slot_id(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [] [])(results[0]));
        }
SystemCluster