public static class ErrorStatsServiceAn API for retrieving and managing error statistics as well as data for individual events.
Namespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Methods
BindService(ErrorStatsService.ErrorStatsServiceBase)
public static ServerServiceDefinition BindService(ErrorStatsService.ErrorStatsServiceBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
ErrorStatsService.ErrorStatsServiceBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, ErrorStatsService.ErrorStatsServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, ErrorStatsService.ErrorStatsServiceBase serviceImpl)Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
| Parameters | |
|---|---|
| Name | Description |
serviceBinder |
ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
ErrorStatsService.ErrorStatsServiceBaseAn object implementing the server-side handling logic. |