The base class for all agents.
Name | Description | |
---|---|---|
ServiceRequested |
Occurs when a service is successfully requested. |
Name | Description | |
---|---|---|
Dispose(bool disposing) |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
|
DisposeAsync |
Releases resources used by this instance. |
|
GetAgentServiceInternal(System.Type service) | ||
GetAgentServiceInternalAsync(System.Type service) | ||
GetDescription |
Returns a human-friendly description of the agent's configuration. |
|
GetService<TService> | ||
GetServiceAsync<TService> | ||
OnServiceRequested(ServiceRequestedEventArgs e) | ||
TryGetService<TService> | ||
TryGetServiceAsync<TService> |