Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.CompleteAsyncOperation

TElPDFDocument     See also     


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


Finalizes asynchronous operation.

Declaration

[C#]
    void CompleteAsyncOperation(System.IO.Stream Stream, TElDCAsyncState AsyncState, TElPDFSecurityHandler Handler);

[VB.NET]
    Sub CompleteAsyncOperation(ByVal Stream As System.IO.Stream, ByVal AsyncState As TElDCAsyncState, ByVal Handler As TElPDFSecurityHandler)

[Pascal]
    procedure CompleteAsyncOperation(Stream : TStream; AsyncState : TElDCAsyncState; Handler : TElPDFSecurityHandler);

[C++]
    void CompleteAsyncOperation(TStream &Stream, TElDCAsyncState &AsyncState, TElPDFSecurityHandler &Handler);
    void CompleteAsyncOperation(TStream *Stream, TElDCAsyncState *AsyncState, TElPDFSecurityHandler *Handler);

[PHP]
    void CompleteAsyncOperation(TStream $Stream, TElDCAsyncState $AsyncState, TElPDFSecurityHandler $Handler)

[Java]
    void completeAsyncOperation(TElStream Stream, TElDCAsyncState AsyncState, TElPDFSecurityHandler Handler);

Parameters

  • Stream - a stream containing the document to be signed.
  • AsyncState - the object describing the state of the async operation.
  • Handler - a reference to the security handler used to perform the operation.

Description

    Call this method to finalize the asynchronous security operations and save the document.

See also:     InitiateAsyncOperation    

Discuss this help topic in SecureBlackbox Forum