iControl.SystemCertificateRevocationListFile.Endget_modification_time C# (CSharp) 메소드

Endget_modification_time() 공개 메소드

public Endget_modification_time ( System asyncResult ) : iControl.CommonTimeStamp[]
asyncResult System
리턴 iControl.CommonTimeStamp[]
        public CommonTimeStamp[] Endget_modification_time(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonTimeStamp [])(results[0]));
        }