iControl.LocalLBContentPolicyStrategy.Endget_operand C# (CSharp) Метод

Endget_operand() публичный Метод

public Endget_operand ( System asyncResult ) : long[][]
asyncResult System
Результат long[][]
        public long[][] Endget_operand(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [] [])(results[0]));
        }