The ADSI Session Object represents a information describing an active communication connection between a client and a file . A file service uses various resources to complete a client's requests (files, printers, schedulers, faxes, etc.).
Because ADSI Session Objects are managed through the IADsCollection interface on a collection object, they do not have a parent container.
Providers dynamically create ADSI Session Objects as needed during the processing of file service requests. Although these objects have an ADsPath property supported on their IADs interface, the contents of the property may not be used to instantiate the resource object.
Interfaces typically supported on ADSI Session Object | Description |
---|---|
IUnknown | Universal COM object management and interface query methods. |
IDispatch | Automation methods for late-bound access to an object's methods and properties. |
IADs | Standard Active Directory object management methods. |
IADsSession | Management methods for a session object and its persistent properties. |
Windows NT: Use version 4.0 and later.
IADsFileService, ADSI Service Object