コード例 #1
0
 protected async override void OnExecute(object parameter)
 {
     if (parameter is ILockableDescriptor descriptor)
     {
         await LockableDescriptorUtility.UnlockAsync(this.authenticator, descriptor);
     }
 }
コード例 #2
0
 public async Task UnlockAsync()
 {
     await LockableDescriptorUtility.UnlockAsync(this.authentication, this);
 }