iControl.NetworkingProfileWCCPGRE.get_egress_forwarding C# (CSharp) Method

get_egress_forwarding() private method

private get_egress_forwarding ( string profile_names ) : iControl.NetworkingProfileWCCPGREProfileWCCPGREForwarding[]
profile_names string
return iControl.NetworkingProfileWCCPGREProfileWCCPGREForwarding[]
        public NetworkingProfileWCCPGREProfileWCCPGREForwarding[] get_egress_forwarding(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_egress_forwarding", new object [] {
                profile_names});
            return ((NetworkingProfileWCCPGREProfileWCCPGREForwarding [])(results[0]));
        }