ACSAdmitAllParticipantsResult 类

声明

@interface ACSAdmitAllParticipantsResult : NSObject;

说明

大厅允许所有操作的结果

方法

属性

successCount

成功录取的参与者数

@property (readonly) int successCount;

failureCount

在允许所有操作期间失败的参与者数

@property (readonly) int failureCount;