GigaSpaces XAP.NET Documentation
WriteByteArray Method (segment)
Class LibraryGigaSpaces.Core.Internal.PbsPbsOutputStreamWriteByteArray(ArraySegment<(Of <<'(Byte>)>>))

[Missing <summary> documentation for "M:GigaSpaces.Core.Internal.Pbs.PbsOutputStream.WriteByteArray(System.ArraySegment{System.Byte})"]

Declaration Syntax
C#Visual BasicVisual C++J#
public void WriteByteArray(
	ArraySegment<byte> segment
)
Public Sub WriteByteArray ( _
	segment As ArraySegment(Of Byte) _
)
public:
void WriteByteArray(
	ArraySegment<unsigned char> segment
)
public void WriteByteArray(
	ArraySegment<byte> segment
)
Parameters
segment (ArraySegment<(Of <(<'Byte>)>)>)

[Missing <param name="segment"/> documentation for "M:GigaSpaces.Core.Internal.Pbs.PbsOutputStream.WriteByteArray(System.ArraySegment{System.Byte})"]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 16.2.0.0 (16.2.1)