Interface IEventService
Namespace: DirectScale.Disco.Extension.Services
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public interface IEventService
Methods
PostEvent(String, Object)
Declaration
Task PostEvent(string eventId, object eventData)
Parameters
Type | Name | Description |
---|---|---|
System.String | eventId | |
System.Object | eventData |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |