iControl.SystemCertificateRevocationListFile.Beginget_mode C# (CSharp) Method

Beginget_mode() public method

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