public static void BindService(ServiceBinderBase serviceBinder, RealmsService.RealmsServiceBase 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 `RealmsService` class within the Game Services v1 API, specifically for version 2.1.0."],["The `RealmsService` class, found within the `Google.Cloud.Gaming.V1` namespace, represents a service that manages realms, which are described as groups of interchangeable game server clusters."],["The class includes static methods, `BindService`, which allows developers to create service definitions and bind service methods to a service binder, essential for implementing server-side handling logic."],["The document also provides links to documentation for earlier versions of the api, ranging back to version 1.1.0, up to the latest version, 2.2.0."],["As a member of the `object` inheritance, the class `RealmsService` inherits methods such as GetHashCode, GetType, MemberwiseClone, and ToString, among other things."]]],[]]