[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Not implemented.

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: PubSubMgr (PubSubMgr)

Syntax

Visual Basic (Declaration)
Public Overrides Sub Write ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
)
C#
public override void Write (
	byte[] buffer,
	int offset,
	int count
)
C++
public:
virtual void Write (
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override

Parameters

buffer ()
offset (System.Int32)
count (System.Int32)