iControl.LocalLBSNAT.get_source_port_behavior C# (CSharp) 메소드

get_source_port_behavior() 개인적인 메소드

private get_source_port_behavior ( string snats ) : CommonSourcePortBehavior[]
snats string
리턴 CommonSourcePortBehavior[]
        public CommonSourcePortBehavior[] get_source_port_behavior(
		string [] snats
	)
        {
            object [] results = this.Invoke("get_source_port_behavior", new object [] {
                snats});
            return ((CommonSourcePortBehavior [])(results[0]));
        }
LocalLBSNAT