MyStream.BeginRead C# (CSharp) Méthode

BeginRead() public méthode

public BeginRead ( byte buffer, int offset, int count, AsyncCallback, callback, object state ) : IAsyncResult
buffer byte
offset int
count int
callback AsyncCallback,
state object
Résultat IAsyncResult
 public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, object state) {return null;}
 public override IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback callback, object state) {return null;}