Discuss this help topic in SecureBlackbox Forum

TElDCAsyncState.SubtypePresent

TElDCAsyncState     See also     


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


Checks if certain subtype is present in the list.

Declaration

[C#]
    bool SubtypePresent(string Subtype);

[VB.NET]
    Function SubtypePresent(ByVal Subtype As String) As Boolean

[Pascal]
    function SubtypePresent(const Subtype : string) : boolean;

[C++]
    bool SubtypePresent(const std::string &Subtype);

[PHP]
    bool SubtypePresent(string $Subtype)

[Java]
    boolean subtypePresent(String Subtype);

Parameters

  • Subtype - The desired state subtupe.

Return value

    returns True if the state subtype with the given name is present in the list.

Description

    Call this method to check if StateSubtypes contains certain subtype.

See also:     StateSubtypes    

Discuss this help topic in SecureBlackbox Forum