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

get_statistics() 개인적인 메소드

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