iControl.LocalLBNodeAddressV2.get_object_status C# (CSharp) Method

get_object_status() private method

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