Click or drag to resize

ServerFactory Class

Factory of servers.
Inheritance Hierarchy
SystemObject
  AskiaPortalCmnServerFactory

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public static class ServerFactory

The ServerFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleFindAllByIds
Find all servers using a list of identifiers.
Public methodStatic memberCode exampleFindAllByTypeForUser
Find all master servers for the specified user and server type.
Public methodStatic memberCode exampleFindAllForUser
Find all master servers available for the specified user.
Public methodStatic memberCode exampleFindAllSlaves
Find all slaves servers of the specified master server.
Public methodStatic memberCode exampleFindByGuid
Find a server using his GUID, return null if not found.
Public methodStatic memberCode exampleFindById
Find a server using his identifier, return null if not found.
Public methodStatic memberCode exampleNewServer
Create a new instance of server.
Top
See Also