iControl.LocalLBProfileSIPRouter.set_traffic_group C# (CSharp) Method

set_traffic_group() private method

private set_traffic_group ( string profile_names, LocalLBProfileString values ) : void
profile_names string
values LocalLBProfileString
return void
        public void set_traffic_group(
		string [] profile_names,
		LocalLBProfileString [] values
	)
        {
            this.Invoke("set_traffic_group", new object [] {
                profile_names,
                values});
        }
LocalLBProfileSIPRouter