AzureIoTHubConnectedService.AzureIoTHubAccountManager.CreateIoTHubAsync C# (CSharp) Method

CreateIoTHubAsync() public method

public CreateIoTHubAsync ( IServiceProvider serviceProvider, Account userAccount, CancellationToken cancellationToken ) : Task
serviceProvider IServiceProvider
userAccount Account
cancellationToken System.Threading.CancellationToken
return Task
        public Task<IAzureIoTHub> CreateIoTHubAsync(IServiceProvider serviceProvider, Account userAccount, CancellationToken cancellationToken)
        {
            throw new NotImplementedException();
        }