C# Class SemanticLogging.EventHub.EventHubClientImp

Inheritance: IEventHubClient
Mostrar archivo Open project: DeHeerSoftware/SemanticLogging.EventHub

Public Methods

Method Description
EventHubClientImp ( EventHubClient client ) : System.Collections.Generic
SendBatchAsync ( IEnumerable eventDataList ) : System.Threading.Tasks.Task

Method Details

EventHubClientImp() public method

public EventHubClientImp ( EventHubClient client ) : System.Collections.Generic
client EventHubClient
return System.Collections.Generic

SendBatchAsync() public method

public SendBatchAsync ( IEnumerable eventDataList ) : System.Threading.Tasks.Task
eventDataList IEnumerable
return System.Threading.Tasks.Task