iControl.SystemCertificateRevocationListFile.Beginget_system_state C# (CSharp) Method

Beginget_system_state() public method

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