iControl.LocalLBNodeAddressV2.get_description C# (CSharp) 메소드

get_description() 개인적인 메소드

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