iControl.SystemCertificateRevocationListFile.Beginget_creation_time C# (CSharp) Method

Beginget_creation_time() public method

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