Discuss this help topic in SecureBlackbox Forum

TElX509CertificateEx.AsyncOperationFinished

TElX509CertificateEx     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Verifies whether the asynchronous generation is complete.

Declaration

[C#]
    bool AsyncOperationFinished();

[VB.NET]
    Function AsyncOperationFinished() As Boolean

[Pascal]
    function AsyncOperationFinished : boolean;

[C++]
    bool AsyncOperationFinished();

[PHP]
    bool AsyncOperationFinished()

[Java]
    boolean asyncOperationFinished();

Return value

     True if asynchronous operation is finished.
     False otherwise.

Description

    Use this method to check if the asynchronous generation operation is finished. If it is finished, EndGenerate may be called. If it is not finished yet, CancelGeneration may be called.

See also:     BeginGenerate     CancelGeneration     EndGenerate    

Discuss this help topic in SecureBlackbox Forum