Exemple #1
0
        public async Task ConnectAsync()
        {
            await _sender.ConnectAsync();

            await _connectionChannel.ConnectAsync(_sender, _destinationId);

            await _receiverChannel.LaunchAsync(_sender, ApplicationId);
        }