Return the Schema object for the given hash value

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

Parameters

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

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionNo Schema with this hash value, or general problem occurred

See Also