The StreamBaseAdminClient type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AddContainer(String, array<Byte>[]()[][], List<(Of <<'(String>)>>))
Add an application to the given container.
AddContainer(String, String, List<(Of <<'(String>)>>))
Add an application to the given container.
Close()()()()
Close/shutdown the connection to the StreamBase server.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLeadershipStatus()()()()
Get the leadership status of the server.
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
KillAllConnections()()()()
Kill all connected clients.
KillConnection(array<Byte>[]()[][])
Kill the connection with the given connection id.
ListConnections()()()()
Lists all Connections to the StreamBaseServer.
ManageJdbcConnections(List<(Of <<'(String>)>>))
Manage JDBC connections
Modify(array<Byte>[]()[][])
Modify(String)
Adds an application to the default container.
ModifyContainer(String, List<(Of <<'(String>)>>))
Modify the given container.
RemoveContainer(String)
Remove a container.
Resume(String)
Resumes a container within a StreamBase Server.
SetLeadershipStatus(LeadershipStatus)
Set the leadership status of the server.
Shutdown()()()()
Shutdown a StreamBase server.
Shutdown(String)
Shutdown a container within a StreamBase server.
Suspend(String)
Suspend (pause) a container within a StreamBase Server.
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

See Also