Noemax.BZip2 Namespace > BZip2InputStream Class : EndRead Method |
'Declaration <__DynamicallyInvokableAttribute()> Public Function EndRead( _ ByVal asyncResult As System.IAsyncResult _ ) As System.Integer
'Usage Dim instance As BZip2InputStream Dim asyncResult As System.IAsyncResult Dim value As System.Integer value = instance.EndRead(asyncResult)
[__DynamicallyInvokable()] public System.int EndRead( System.IAsyncResult asyncResult )
public function EndRead( asyncResult: System.IAsyncResult ): System.Integer;
__DynamicallyInvokableAttribute() public function EndRead( asyncResult : System.IAsyncResult ) : System.int;
[__DynamicallyInvokable()] public: System.int EndRead( System.IAsyncResult* asyncResult )
[__DynamicallyInvokable()] public: System.int EndRead( System.IAsyncResult^ asyncResult )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2