iControl.SystemCertificateRevocationListFile.Endget_modification_time C# (CSharp) Méthode

Endget_modification_time() public méthode

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