Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ITransportListenerCallback Dim channeId As String Dim endpointDescription As EndpointDescription Dim request As IServiceRequest Dim callback As AsyncCallback Dim callbackData As Object Dim value As IAsyncResult value = instance.BeginProcessRequest(channeId, endpointDescription, request, callback, callbackData) |
C# | |
---|---|
IAsyncResult BeginProcessRequest( string channeId, EndpointDescription endpointDescription, IServiceRequest request, AsyncCallback callback, object callbackData ) |
Parameters
- channeId
- A unique identifier for the secure channel which is the source of the request.
- endpointDescription
- The description of the endpoint which the secure channel is using.
- request
- The incoming request.
- callback
- The callback.
- callbackData
- The callback data.
Return Value
The result which must be passed to the EndProcessRequest method.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x