iControl.LocalLBProfileDiameter.set_origin_realm_to_client C# (CSharp) Method

set_origin_realm_to_client() private method

private set_origin_realm_to_client ( string profile_names, LocalLBProfileString realms ) : void
profile_names string
realms LocalLBProfileString
return void
        public void set_origin_realm_to_client(
		string [] profile_names,
		LocalLBProfileString [] realms
	)
        {
            this.Invoke("set_origin_realm_to_client", new object [] {
                profile_names,
                realms});
        }
LocalLBProfileDiameter