iControl.SystemCertificateRevocationListFile.Beginget_cache_path C# (CSharp) Method

Beginget_cache_path() public method

public Beginget_cache_path ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_cache_path(string [] files, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_cache_path", new object[] {
            files}, callback, asyncState);
        }