Return the Connection ID for this Client Connection. Only Valid once an enqueue/dequeue has been attempted.

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

See Also