Click or drag to resize
PartialWrapperStreamBeginRead Method

[Missing <summary> documentation for "M:Aliyun.OSS.Common.Internal.PartialWrapperStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"]

Namespace: Aliyun.OSS.Common.Internal
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public override IAsyncResult BeginRead(
	byte[] buffer,
	int offset,
	int count,
	AsyncCallback callback,
	Object state
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:Aliyun.OSS.Common.Internal.PartialWrapperStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:Aliyun.OSS.Common.Internal.PartialWrapperStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Aliyun.OSS.Common.Internal.PartialWrapperStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"]

callback
Type: SystemAsyncCallback

[Missing <param name="callback"/> documentation for "M:Aliyun.OSS.Common.Internal.PartialWrapperStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"]

state
Type: SystemObject

[Missing <param name="state"/> documentation for "M:Aliyun.OSS.Common.Internal.PartialWrapperStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"]

Return Value

Type: IAsyncResult

[Missing <returns> documentation for "M:Aliyun.OSS.Common.Internal.PartialWrapperStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"]

See Also