Discuss this help topic in SecureBlackbox Forum

TElDCAsyncState Constructor

TElDCAsyncState     See also     


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


Creates a new instance of TElDCAsyncState class.

Declaration

[C#]
    TElDCAsyncState();
    TElDCAsyncState(TElDCAsyncState InnerState, bool ReleaseOnDestruction);

[VB.NET]
    Sub New()
    Sub New(ByVal InnerState As TElDCAsyncState, ByVal ReleaseOnDestruction As Boolean)

[Pascal]
    constructor Create;
    constructor Create(InnerState : TElDCAsyncState; ReleaseOnDestruction : boolean);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElDCAsyncState(TElDCAsyncState InnerState, boolean ReleaseOnDestruction);
    public TElDCAsyncState();

Parameters

  • InnerState - Specifies the inner state.
  • ReleaseOnDestruction - Set this parameter to True if the inner state should be released on the state destruction. The default value is False.

Description

    Use this method to create new instance of TElDCAsyncState class.

See also:     InnerState    

Discuss this help topic in SecureBlackbox Forum