Skip to content

Commit 8cdf3a1

Browse files
cawerkenthinbrianjmiller
authored andcommitted
Update ILRS to include VoidStatement
1 parent defbe7c commit 8cdf3a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

TinCan/ILRS.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public interface ILRS
3030
StatementLRSResponse RetrieveVoidedStatement(Guid id);
3131
StatementsResultLRSResponse QueryStatements(StatementsQuery query);
3232
StatementsResultLRSResponse MoreStatements(StatementsResult result);
33+
StatementLRSResponse VoidStatement(Guid id, Agent agent);
3334

3435
ProfileKeysLRSResponse RetrieveStateIds(Activity activity, Agent agent, Nullable<Guid> registration = null);
3536
StateLRSResponse RetrieveState(String id, Activity activity, Agent agent, Nullable<Guid> registration = null);

0 commit comments

Comments
 (0)