public static void BindService(ServiceBinderBase serviceBinder, Datastream.DatastreamBase 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-31 UTC."],[[["This document provides reference documentation and code samples for the Datastream v1 API class in the Google Cloud Datastream service."],["The latest version available is 2.9.0, with versions dating back to 1.0.0 also accessible within the documentation."],["The `Datastream` class, under the `Google.Cloud.Datastream.V1` namespace, inherits from the base object class and is found within the Google.Cloud.Datastream.V1.dll assembly."],["The documentation includes methods like `BindService`, which enables the creation of a server service definition or the registration of service methods, with the capability to handle server-side logic through a `DatastreamBase` object."],["The version being viewed in the documentation is 2.7.0, which is one of the intermediate versions available for use."]]],[]]