iControl.NetworkingiSessionRemoteInterfaceV2.get_dedup_cache C# (CSharp) Method

get_dedup_cache() private method

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