10.1.6 IADsFileServiceOperations

The interface definition is as follows:

interface IADsFileServiceOperations: IADsServiceOperations

{

// Methods.

HRESULT Sessions ([out, retval]IADsCollection **ppSessions);

HRESULT Resources ([out, retval]IADsCollection **ppResources);

};

Method

Syntax

Remark

Sessions

Method

Returns a collection of references to Session objects that represent the current open sessions on this service.

Resources

Method

Returns a collection of references to Resource objects that represent the current open resources on this service.