iControl.LocalLBContentPolicyStrategy.Endget_operand_type C# (CSharp) Méthode

Endget_operand_type() public méthode

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