Method | Description | |
---|---|---|
BeginRead ( this isolatedstoragefilestream, Byte buffer, AsyncCallback userCallback ) : IAsyncResult |
Extends BeginRead so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginRead ( this isolatedstoragefilestream, Byte buffer, |
Extends BeginRead so that when a state object is not needed, null does not need to be passed.
|
|
BeginWrite ( this isolatedstoragefilestream, Byte buffer, AsyncCallback userCallback ) : IAsyncResult |
Extends BeginWrite so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginWrite ( this isolatedstoragefilestream, Byte buffer, |
Extends BeginWrite so that when a state object is not needed, null does not need to be passed.
|
public static BeginRead ( this isolatedstoragefilestream, Byte buffer, AsyncCallback userCallback ) : IAsyncResult | ||
isolatedstoragefilestream | this | |
buffer | Byte | |
userCallback | AsyncCallback | |
return | IAsyncResult |
public static BeginRead ( this isolatedstoragefilestream, Byte buffer, |
||
isolatedstoragefilestream | this | |
buffer | Byte | |
offset | ||
numBytes | ||
userCallback | AsyncCallback | |
return | IAsyncResult |
public static BeginWrite ( this isolatedstoragefilestream, Byte buffer, AsyncCallback userCallback ) : IAsyncResult | ||
isolatedstoragefilestream | this | |
buffer | Byte | |
userCallback | AsyncCallback | |
return | IAsyncResult |
public static BeginWrite ( this isolatedstoragefilestream, Byte buffer, |
||
isolatedstoragefilestream | this | |
buffer | Byte | |
offset | ||
numBytes | ||
userCallback | AsyncCallback | |
return | IAsyncResult |