iControl.LocalLBContentPolicy.get_action_defer_state C# (CSharp) 메소드

get_action_defer_state() 개인적인 메소드

private get_action_defer_state ( string policies, string rules, long action_ids ) : CommonEnabledState[][][]
policies string
rules string
action_ids long
리턴 CommonEnabledState[][][]
        public CommonEnabledState[][][] get_action_defer_state(
		string [] policies,
		string [] [] rules,
		long [] [] [] action_ids
	)
        {
            object [] results = this.Invoke("get_action_defer_state", new object [] {
                policies,
                rules,
                action_ids});
            return ((CommonEnabledState [] [] [])(results[0]));
        }
LocalLBContentPolicy