EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElASMessage.OnStepStart

TElASMessage    


 

This event is fired before starting a processing step.

 
 

Declaration

[C#]
    event TSBASProcessingStepStart OnStepStart;
    delegate void TSBASProcessingStepStart(object Sender, TSBASMessageProcessingStep Step, bool ProgressAvailable);

[VB.NET]
    Event OnStepStart As TSBASProcessingStepStart
    Delegate Sub TSBASProcessingStepStart(ByVal Sender As Object, ByVal Step As TSBASMessageProcessingStep, ByVal ProgressAvailable As Boolean)

[Pascal]
    property OnStepStart : TSBASProcessingStepStart;
    TSBASProcessingStepStart = procedure(Sender: Object; Step : TSBASMessageProcessingStep; ProgressAvailable : boolean) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Step - the processing step to be started
  • ProgressAvailable - specifies if the component is able to report processing progress for this step
 
 

TSBASMessageProcessingStep values:

[.NET] [Pascal] Description
mpsEncoding = 0 mpsEncoding encoding
mpsSigning = 1 mpsSigning signing
mpsEncrypting = 2 mpsEncrypting encrypting
mpsDecodingEncrypted = 3 mpsDecodingEncrypted decoding encrypted message
mpsDecrypting = 4 mpsDecrypting decrypting
mpsDecodingSignature = 5 mpsDecodingSignature decoding signature
mpsDecodingData = 6 mpsDecodingData decoding message data
mpsVerifying = 7 mpsVerifying verifying message signature
Declared in
[.NET] [Pascal]
Namespace: SBASCommon
Assembly: SecureBlackbox.EDI
Unit: SBASCommon

 
 

Description

    This event is fired by TElASMessage before starting the next message processing step.

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation