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."],[[["This document provides reference documentation for the `SecurityCenter` class within the Google Cloud Security Command Center v2 API, specifically for version 1.0.0."],["The `SecurityCenter` class inherits from the `object` class and offers methods for interacting with the Security Center service, and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method, crucial for creating a service definition for server registration, takes a `SecurityCenterBase` object as a parameter."],["The `BindService` method also provides an overload to register the service method with a `ServiceBinderBase`, and `SecurityCenterBase`, which enables custom service binding."],["The namespace provided for the Security Center v2 API class is `Google.Cloud.SecurityCenter.V2`, and it is contained in the assembly file `Google.Cloud.SecurityCenter.V2.dll`."]]],[]]