DevelopmentLeaseProviderGrain.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.
public System.Threading.Tasks.Task Release (string category, Orleans.LeaseProviders.AcquiredLease[] acquiredLeases);
abstract member Release : string * Orleans.LeaseProviders.AcquiredLease[] -> System.Threading.Tasks.Task
override this.Release : string * Orleans.LeaseProviders.AcquiredLease[] -> System.Threading.Tasks.Task
Public Function Release (category As String, acquiredLeases As AcquiredLease()) As Task
Parameters
- category
- String
- acquiredLeases
- AcquiredLease[]