RedisConnectionExpectByte Method |
[Missing <summary> documentation for "M:Adf.RedisConnection.ExpectByte"]
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public ArraySegment<byte> ExpectByte()
Public Function ExpectByte As ArraySegment(Of Byte)
public:
ArraySegment<unsigned char> ExpectByte()
member ExpectByte : unit -> ArraySegment<byte>
Return Value
Type:
ArraySegmentByte[Missing <returns> documentation for "M:Adf.RedisConnection.ExpectByte"]
See Also