| IBufferObjectDataOutputWrite Method (Int32, Int32) |
Namespace:
Hazelcast.IO
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax void Write(
int position,
int b
)
Sub Write (
position As Integer,
b As Integer
)
void Write(
int position,
int b
)
abstract Write :
position : int *
b : int -> unit
Parameters
- position
- Type: SystemInt32
- b
- Type: SystemInt32
See Also