SendEventAsync(string, string)
Asynchronously sends of event.
Declaration
protected Task SendEventAsync(string kind, string key)
Parameters
Type | Name | Description |
---|---|---|
string | kind | Kind of event. |
string | key | Key of the item (value key or dependency key, typically). |
Returns
Type | Description |
---|---|
Task | A Task. |