SerializedMessage..::..WriteTo Method

Namespace:  global
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public void WriteTo(
	ICodedOutputStream output
)
Public Sub WriteTo ( _
	output As ICodedOutputStream _
)
public:
void WriteTo(
	ICodedOutputStream^ output
)

Parameters

output
Type: ICodedOutputStream