Discuss this help topic in SecureBlackbox Forum

TElDCAsyncState.SaveToNode

TElDCAsyncState     See also     


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


Saves the state to an XML node.

Declaration

[C#]
    void SaveToNode(TElDCNode Node);

[VB.NET]
    Sub SaveToNode(ByVal Node As TElDCNode)

[Pascal]
    procedure SaveToNode(Node : TElDCNode);

[C++]
    void SaveToNode(TElDCNode &Node);
    void SaveToNode(TElDCNode *Node);

[PHP]
    void SaveToNode(TElDCNode $Node)

[Java]
    void saveToNode(TElDCNode Node);

Parameters

  • Node - The node where the data should be saved.

Description

    Call this method to save the state of the asynchronous DC operation to an XML node.

See also:     LoadFromNode    

Discuss this help topic in SecureBlackbox Forum