C# Class SemanticLogging.EventHub.EventHubClientImp

Inheritance: IEventHubClient
Afficher le fichier Open project: DeHeerSoftware/SemanticLogging.EventHub

Méthodes publiques

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

Method Details

EventHubClientImp() public méthode

public EventHubClientImp ( EventHubClient client ) : System.Collections.Generic
client EventHubClient
Résultat System.Collections.Generic

SendBatchAsync() public méthode

public SendBatchAsync ( IEnumerable eventDataList ) : System.Threading.Tasks.Task
eventDataList IEnumerable
Résultat System.Threading.Tasks.Task