Kill the connection with the given connection id.
Kill the connection with the given connection id.

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[] KillConnection(
	byte[] connectionId
)
Public Function KillConnection ( _
	connectionId As Byte() _
) As String()
public:
array<String^>^ KillConnection(
	array<unsigned char>^ connectionId
)

Parameters

connectionId
array<Byte>[]()[][]

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.

Exceptions

See Also