iControl.SystemHAGroup.Endget_pool_attribute_value C# (CSharp) 메소드

Endget_pool_attribute_value() 공개 메소드

public Endget_pool_attribute_value ( System asyncResult ) : long[][]
asyncResult System
리턴 long[][]
        public long[][] Endget_pool_attribute_value(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [] [])(results[0]));
        }
SystemHAGroup