Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.PrincipalPropertySearchClose

TElWebDAVClient     See also     


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


Cleans up resources allocated for the principal search request.

Declaration

[C#]
    void PrincipalPropertySearchClose(Object Ctx);

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

[Pascal]
    procedure PrincipalPropertySearchClose(Ctx : Pointer);

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

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

[Java]
    not available

Parameters

Description

    Call this method when all required principals have been processed to free allocated resources.

See also:     PrincipalPropertySearchFirst     PrincipalPropertySearchNext    

Discuss this help topic in SecureBlackbox Forum