iControl.LocalLBContentPolicy.Endget_condition_operand C# (CSharp) Méthode

Endget_condition_operand() public méthode

public Endget_condition_operand ( System asyncResult ) : LocalLBPolicyOperand[][][]
asyncResult System
Résultat LocalLBPolicyOperand[][][]
        public LocalLBPolicyOperand[][][] Endget_condition_operand(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBPolicyOperand [] [] [])(results[0]));
        }
LocalLBContentPolicy