Share via


StorageManager.GetServers Method ()

 

Retrieves the servers that contain folders that are managed by the Storage Provider.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public IList<ServerInformation> GetServers()
public:
IList<ServerInformation^>^ GetServers()
Public Function GetServers As IList(Of ServerInformation)

Return Value

Type: System.Collections.Generic.IList<ServerInformation>

Returns a list of servers that contain folders that are managed by the Storage Provider.

See Also

StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top