Kill all connected clients.
Kill all connected clients.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string[] KillAllConnections()
Public Function KillAllConnections As String()
public:
array<String^>^ KillAllConnections()

Return Value

An array of String objects giving the status of kill command.

Return Value

An array of String objects giving the status of kill command.

See Also