/// Finds and returns a message, if any, who has the specified <paramref name="messageId"/>.
/// Finds and returns a message, if any, who has the specified <paramref name="messageId"/>.
/// </summary>
/// </summary>
/// <param name="userId">The message ID to search for.</param>
/// <param name="messageId">The message ID to search for.</param>
/// <returns>
/// <returns>
/// The <see cref="Task"/> that represents the asynchronous operation, containing the user matching the specified <paramref name="messageId"/> if it exists.
/// The <see cref="Task"/> that represents the asynchronous operation, containing the user matching the specified <paramref name="messageId"/> if it exists.
/// </returns>
/// </returns>
...
@@ -113,9 +113,9 @@ namespace Cap.Consistency
...
@@ -113,9 +113,9 @@ namespace Cap.Consistency
}
}
/// <summary>
/// <summary>
/// Gets the message identifier for the specified <paramref name="user"/>.
/// Gets the message identifier for the specified <paramref name="message"/>.
/// </summary>
/// </summary>
/// <param name="user">The message whose identifier should be retrieved.</param>
/// <param name="message">The message whose identifier should be retrieved.</param>
/// <returns>The <see cref="Task"/> that represents the asynchronous operation, containing the identifier for the specified <paramref name="message"/>.</returns>
/// <returns>The <see cref="Task"/> that represents the asynchronous operation, containing the identifier for the specified <paramref name="message"/>.</returns>