public static void BindService(ServiceBinderBase serviceBinder, SecurityCenter.SecurityCenterBase 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the Google Cloud Security Center V1 API is 3.24.0, and the page provides links to the documentation for this version and many older versions, dating back to 2.2.0."],["The `SecurityCenter` class is part of the `Google.Cloud.SecurityCenter.V1` namespace and represents the V1 APIs for the Security Center service, inheriting from the base `Object` class."],["The page documents two `BindService` methods within the `SecurityCenter` class that are used for registering the Security Center service methods with a server, supporting scenarios with or without custom implementation."],["The `BindService` method with the parameter `SecurityCenter.SecurityCenterBase` is used to create a service definition that can be registered with a server."],["The `BindService` method with the parameters `ServiceBinderBase` and `SecurityCenter.SecurityCenterBase` allows for registering the service method with a service binder, and is considered an experimental API."]]],[]]