iControl.NetworkingiSessionRemoteInterfaceV2.Endget_dedup_cache C# (CSharp) Method

Endget_dedup_cache() public method

public Endget_dedup_cache ( System asyncResult ) : long[]
asyncResult System
return long[]
        public long[] Endget_dedup_cache(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }
NetworkingiSessionRemoteInterfaceV2