iControl.NetworkingiSessionRemoteInterfaceV2.Beginget_dedup_cache C# (CSharp) Method

Beginget_dedup_cache() public method

public Beginget_dedup_cache ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_dedup_cache(string [] peers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_dedup_cache", new object[] {
            peers}, callback, asyncState);
        }
NetworkingiSessionRemoteInterfaceV2