Interface IEventSender
Inherited Members
Namespace: LaunchDarkly.Sdk.Internal.Events
Assembly: LaunchDarkly.InternalSdk.dll
Syntax
public interface IEventSender : IDisposable
Methods
SendEventDataAsync(EventDataKind, byte[], int)
Declaration
Task<EventSenderResult> SendEventDataAsync(EventDataKind kind, byte[] data, int eventCount)
Parameters
| Type | Name | Description |
|---|---|---|
| EventDataKind | kind | |
| byte[] | data | |
| int | eventCount |
Returns
| Type | Description |
|---|---|
| Task<EventSenderResult> |