'Declaration
Function Logout( _ ByVal channel As WebChannel, _ ByVal client As HttpClient _ ) As Task
Task Logout( WebChannel channel, HttpClient client )
Parameters
- channel
- The channel object
- client
- A web client object to use to perform logout operations.