FileServer.GetFileServers Method
Public Shared Function GetFileServers( _
ByVal active_only As Boolean, _
ByVal db As IDatabase _
) As List(Of FileServerInfo)
This language is not supported or no code example is available.
public static List<FileServerInfo> GetFileServers(
bool active_only,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<FileServerInfo^>^ GetFileServers(
bool active_only,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- active_only
- bool
look for active servers only
- db
- IDatabase
db to use
Return Value
List<FileServerInfo>the list of servers