This class is used to send administrative commands to the StreamBase Server

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 11.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class StreamBaseAdminClient : IDisposable
Public Class StreamBaseAdminClient _
	Implements IDisposable
public ref class StreamBaseAdminClient : IDisposable

Members

         
 All Members  Constructors   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
StreamBaseAdminClient()()()()
Create a StreamBaseAdminClient. Uses the value of the "STREAMBASE_SERVER" environment variable as the URI, or sb://localhost:10000/ if this variable is undefined.
StreamBaseAdminClient(String)
Create a StreamBaseAdminClient and establishes a connection to a remote server at the given URI.
StreamBaseAdminClient(StreamBaseURI)
Create a StreamBaseAdminClient and establishes a connection to a remote server at the given URI.
AddContainer(String, array<Byte>[]()[][], List<(Of <<'(String>)>>))
AddContainer(String, String, List<(Of <<'(String>)>>))
Close()()()()
Close/shutdown the connection to the StreamBase server.
Equals(Object) (Inherited from Object.)
GetHashCode()()()() (Inherited from Object.)
GetLeadershipStatus()()()()
Get the leadership status of the server.
GetType()()()() (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>)>>))
Modify(array<Byte>[]()[][])
Modify(String)
Adds an application to the default container.
ModifyContainer(String, List<(Of <<'(String>)>>))
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()()()() (Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  StreamBase.SB.Client..::..StreamBaseAdminClient

See Also