iControl.SystemCertificateRevocationListFile.Beginget_checksum C# (CSharp) Method

Beginget_checksum() public method

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