Update Realtime/Realtime/Public/Result/LCIMPartiallySuccessResult.cs

batch

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 14:18:13 +08:00 committed by GitHub
parent c4536d5b18
commit f395472759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
namespace LeanCloud.Realtime { namespace LeanCloud.Realtime {
/// <summary> /// <summary>
/// LCIMPartiallySuccessResult is the result that handles the operation of conversation. /// LCIMPartiallySuccessResult is the partially successful result of a conversation operation.
/// </summary> /// </summary>
public class LCIMPartiallySuccessResult { public class LCIMPartiallySuccessResult {
public List<string> SuccessfulClientIdList { public List<string> SuccessfulClientIdList {