Initializes a new instance of the ReadFromStreamCommandInfo class

Namespace: Alachisoft.NCache.Web.Command
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public ReadFromStreamCommandInfo(
	string key,
	string lockHandle,
	int offset,
	int length
)
Visual Basic
Public Sub New ( _
	key As String, _
	lockHandle As String, _
	offset As Integer, _
	length As Integer _
)
Visual C++
public:
ReadFromStreamCommandInfo(
	String^ key, 
	String^ lockHandle, 
	int offset, 
	int length
)

Parameters

key
Type: System..::..String
lockHandle
Type: System..::..String
offset
Type: System..::..Int32
length
Type: System..::..Int32

See Also