iControl.LocalLBProfileDiameterEndpoint.set_origin_host C# (CSharp) Method

set_origin_host() private method

private set_origin_host ( string profile_names, LocalLBProfileString hosts ) : void
profile_names string
hosts LocalLBProfileString
return void
        public void set_origin_host(
		string [] profile_names,
		LocalLBProfileString [] hosts
	)
        {
            this.Invoke("set_origin_host", new object [] {
                profile_names,
                hosts});
        }
LocalLBProfileDiameterEndpoint