Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ITransportChannel Dim result As IAsyncResult Dim value As IServiceResponse value = instance.EndSendRequest(result) |
C# | |
---|---|
IServiceResponse EndSendRequest( IAsyncResult result ) |
Parameters
- result
- The result returned from the BeginSendRequest call.
Exception | Description |
---|---|
ServiceResultException | Thrown if any communication error occurs. |
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x