| RuyiNetPartyServiceGetFriendsParties Method |
[This is preliminary documentation and is subject to change.]
Get friends' parties.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void GetFriendsParties(
int index,
int maxResults,
Action<RuyiNetParty[]> callback
)
Parameters
- index
- Type: SystemInt32
The index of user - maxResults
- Type: SystemInt32
The maximum, number of results to return . - callback
- Type: SystemActionRuyiNetParty
The function to call when the task completes.
See Also