WorkerResponse class sealed
Base class for worker responses. All subclasses must be sendable.
- Implementers
- AuditPayloadResponse
- BoolResponse
- CacheMetricsResponse
- ClearCacheResponse
- ConnectResponse
- DetectDriverResponse
- GetErrorResponse
- InitializeResponse
- IntResponse
- MetricsResponse
- PoolStateResponse
- QueryResponse
- StreamFetchResponse
- StreamPollFetchResponse
- StructuredErrorResponse
- ValidateConnectionStringResponse
- VersionResponse
- XaRecoverResponse
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited