iControl.LocalLBSNAT.set_source_port_behavior C# (CSharp) Method

set_source_port_behavior() private method

private set_source_port_behavior ( string snats, CommonSourcePortBehavior source_port_behaviors ) : void
snats string
source_port_behaviors CommonSourcePortBehavior
return void
        public void set_source_port_behavior(
		string [] snats,
		CommonSourcePortBehavior [] source_port_behaviors
	)
        {
            this.Invoke("set_source_port_behavior", new object [] {
                snats,
                source_port_behaviors});
        }
LocalLBSNAT