iControl.LocalLBNodeAddress.get_object_status C# (CSharp) Method

get_object_status() private method

private get_object_status ( string node_addresses ) : iControl.LocalLBObjectStatus[]
node_addresses string
return iControl.LocalLBObjectStatus[]
        public LocalLBObjectStatus[] get_object_status(
		string [] node_addresses
	)
        {
            object [] results = this.Invoke("get_object_status", new object [] {
                node_addresses});
            return ((LocalLBObjectStatus [])(results[0]));
        }
LocalLBNodeAddress