JAMS Developer Guide
EndRead Method


MVPSI.JAMS Namespace > StreamClient Class : EndRead Method
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overridable Function EndRead( _
   ByVal asyncResult As System.IAsyncResult _
) As System.Integer
'Usage
 
Dim instance As StreamClient
Dim asyncResult As System.IAsyncResult
Dim value As System.Integer
 
value = instance.EndRead(asyncResult)
[__DynamicallyInvokable()]
public virtual System.int EndRead( 
   System.IAsyncResult asyncResult
)

Parameters

asyncResult
Requirements

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

See Also

Reference

StreamClient Class
StreamClient Members