iControl.SystemCertificateRevocationListFile.Beginset_local_path C# (CSharp) Method

Beginset_local_path() public method

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