iControl.LocalLBProfileWebAcceleration.get_default_profile C# (CSharp) 메소드

get_default_profile() 개인적인 메소드

private get_default_profile ( string profile_names ) : string[]
profile_names string
리턴 string[]
        public string[] get_default_profile(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_default_profile", new object [] {
                profile_names});
            return ((string [])(results[0]));
        }
LocalLBProfileWebAcceleration