iControl.SystemCertificateRevocationListFile.Endget_mode C# (CSharp) Method

Endget_mode() public method

public Endget_mode ( System asyncResult ) : long[]
asyncResult System
return long[]
        public long[] Endget_mode(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }