Discuss this help topic in SecureBlackbox Forum

TElDCAsyncState.InnerState

TElDCAsyncState     See also     


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


Specifies the inner state.

Declaration

[C#]
    TElDCAsyncState InnerState;

[VB.NET]
    Property InnerState As TElDCAsyncState

[Pascal]
    property InnerState : TElDCAsyncState;

[C++]
    TElDCAsyncState* get_InnerState();

[PHP]
    TElDCAsyncState get_InnerState()

[Java]
    TElDCAsyncState getInnerState();

Description

    Use this property to get the inner state.

See also:     Constructor    

Discuss this help topic in SecureBlackbox Forum