ILeaseProvider.Release(String, AcquiredLease[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Batch release lease operation
public System.Threading.Tasks.Task Release (string category, Orleans.LeaseProviders.AcquiredLease[] aquiredLeases);
abstract member Release : string * Orleans.LeaseProviders.AcquiredLease[] -> System.Threading.Tasks.Task
Public Function Release (category As String, aquiredLeases As AcquiredLease()) As Task
Parameters
- category
- String
resource category
- aquiredLeases
- AcquiredLease[]