UtilitiesAppendUpdateChunkAsync(String, Byte, Int64, Int32) Method

Definition

Namespace: Centralpoint.Web.Uber
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void AppendUpdateChunkAsync(
	string fileName,
	byte[] buffer,
	long offset,
	int bytesRead
)

Parameters

fileName  String
 
buffer  Byte
 
offset  Int64
 
bytesRead  Int32
 

See Also