internal TestAzureEventHubAppender(IEventHubClientFactory eventHubClientFactory) : base(eventHubClientFactory)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// Testing Constructor - use provided IEventHubClientFactory
 /// </summary>
 /// <param name="eventHubClientFactory"></param>
 public AzureEventHubAppender(IEventHubClientFactory eventHubClientFactory)
 {
     EventHubClientFactory = eventHubClientFactory;
 }