iControl.NetworkingProfileWCCPGRE.get_egress_forwarding C# (CSharp) 메소드

get_egress_forwarding() 개인적인 메소드

private get_egress_forwarding ( string profile_names ) : iControl.NetworkingProfileWCCPGREProfileWCCPGREForwarding[]
profile_names string
리턴 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]));
        }