EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageEncryptor.OnProgress

TElMessageEncryptor    


 

Shows encryption progress.

 
 

Declaration

[C#]
    event TSBProgressEvent OnProgress;
    delegate void TSBProgressEvent(object Sender, long Total, long Current, ref bool Cancel)

[VB.NET]
    Event OnProgress As TSBProgressEvent
    Delegate Sub TSBProgressEvent(ByVal Sender As Object, ByVal Total As Long, ByVal Current As Long, ByRef Cancel As Boolean)

[Pascal]
    property OnProgress: TSBProgressEvent;
    TSBProgressEvent = procedure(Sender : TObject; Total, Current : Int64; var Cancel : boolean) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Total - request total size
  • Current - specifies how much data has been sent/received already
  • Cancel - allows to cancel the operation
 
 

Description

    This event is fired by TElMessageEncryptor in order to show encryption operation progress.

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