示例#1
0
 public async Task TestSendRequest()
 {
     await StorageCommandValidator.TestSendBehavior <SetCommand, bool>("set");
 }
示例#2
0
 public async Task TestSendRequest()
 {
     await StorageCommandValidator.TestSendBehavior <AddCommand, bool>("add");
 }
 public async Task TestSendRequest()
 {
     await StorageCommandValidator.TestSendBehavior <ReplaceCommand, bool>("replace");
 }
 public async Task TestSendRequest()
 {
     await StorageCommandValidator.TestSendBehavior <CasCommand, CasResult>("cas");
 }