iControl.NetworkingProfileWCCPGRE.set_egress_forwarding C# (CSharp) Method

set_egress_forwarding() private method

private set_egress_forwarding ( string profile_names, NetworkingProfileWCCPGREProfileWCCPGREForwarding modes ) : void
profile_names string
modes NetworkingProfileWCCPGREProfileWCCPGREForwarding
return void
        public void set_egress_forwarding(
		string [] profile_names,
		NetworkingProfileWCCPGREProfileWCCPGREForwarding [] modes
	)
        {
            this.Invoke("set_egress_forwarding", new object [] {
                profile_names,
                modes});
        }