| RuyiNetPatchServiceGetGameManifest Method |
[This is preliminary documentation and is subject to change.]
Returns a manifest for the specified game.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void GetGameManifest(
int clientIndex,
string gameId,
Action<RuyiNetGameManifest> callback
)
Parameters
- clientIndex
- Type: SystemInt32
The index of the client making the call. - gameId
- Type: SystemString
The index of the client making the call. - callback
- Type: SystemActionRuyiNetGameManifest
Callback to call when the operation is complete.
See Also