 | RuyiNetFriendServiceFindUserByExactName Method |
[This is preliminary documentation and is subject to change.]
Attempts to find a user by exact name.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntaxpublic void FindUserByExactName(
int index,
string name,
Action<RuyiNetFriendSummaryData[]> callback
)
Parameters
- index
- Type: SystemInt32
The index of user. - name
- Type: SystemString
The name of the user to search for. - callback
- Type: SystemActionRuyiNetFriendSummaryData
The function to call when the task completes.
See Also