iControl.LocalLBProfileAuth.create C# (CSharp) Method

create() private method

private create ( string profile_names, LocalLBProfileString config_names, LocalLBProfileAuthenticationMethod auth_methods ) : void
profile_names string
config_names LocalLBProfileString
auth_methods LocalLBProfileAuthenticationMethod
return void
        public void create(
		string [] profile_names,
		LocalLBProfileString [] config_names,
		LocalLBProfileAuthenticationMethod [] auth_methods
	)
        {
            this.Invoke("create", new object [] {
                profile_names,
                config_names,
                auth_methods});
        }
LocalLBProfileAuth