iControl.SystemCertificateRevocationListFile.Beginget_creation_time C# (CSharp) Méthode

Beginget_creation_time() public méthode

public Beginget_creation_time ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
Résultat 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);
        }