Discuss this help topic in SecureBlackbox Forum

TElCustomArtifactStorage.Get

TElCustomArtifactStorage     


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


Returns a message by its handle.

Declaration

[C#]
    string Get(byte[] Handle);

[VB.NET]
    Function Get(ByVal Handle As Byte()) As String

[Pascal]
    function Get(const Handle : ByteArray) : string; virtual;

[C++]
    void Get(const std::vector<uint8_t> &Handle, std::string &OutResult);

[PHP]
    string Get(array of byte|string|NULL $Handle)

[Java]
    String get(byte[] Handle);

Parameters

  • Handle - the handle (artifact) of the message.

Return value

    Returns

Description

    Use this method to resolve an artifact. If the handle provided is not in the storage, empty string is returned.

Discuss this help topic in SecureBlackbox Forum