iControl.NetworkingiSessionRemoteInterface.get_dedup_cache C# (CSharp) 메소드

get_dedup_cache() 개인적인 메소드

private get_dedup_cache ( string peers ) : long[]
peers string
리턴 long[]
        public long[] get_dedup_cache(
		string [] peers
	)
        {
            object [] results = this.Invoke("get_dedup_cache", new object [] {
                peers});
            return ((long [])(results[0]));
        }
NetworkingiSessionRemoteInterface