Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.AddressBookMultigetClose

TElWebDAVClient     See also     


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


Cleans up resources allocated for the multiget report.

Declaration

[C#]
    void AddressBookMultigetClose(Object Ctx);

[VB.NET]
    Sub AddressBookMultigetClose(ByVal Ctx As Object)

[Pascal]
    procedure AddressBookMultigetClose(Ctx : Pointer);

[C++]
    void AddressBookMultigetClose(void * Ctx);

[PHP]
    void AddressBookMultigetClose(TSBPointer|array of byte|string|NULL $Ctx)

[Java]
    not available

Parameters

Description

    Call this method when all retrieved vCards are processed to clean the allocated resources.

See also:     AddressBookMultigetFirst     AddressBookMultigetNext    

Discuss this help topic in SecureBlackbox Forum