| UsersClientGetUserByIdAsync Method (Int32) |
Show API User by identifier.
Namespace: Quickblox.Sdk.Modules.UsersModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task<HttpResponse<UserResponse>> GetUserByIdAsync(
int userId
)
Public Function GetUserByIdAsync (
userId As Integer
) As Task(Of HttpResponse(Of UserResponse))
public:
Task<HttpResponse<UserResponse^>^>^ GetUserByIdAsync(
int userId
)
member GetUserByIdAsync :
userId : int -> Task<HttpResponse<UserResponse>>
Parameters
- userId
- Type: SystemInt32
The user identifier.
Return Value
Type:
TaskHttpResponseUserResponse[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.UsersModule.UsersClient.GetUserByIdAsync(System.Int32)"]
See Also