Share via


BlobStoreManager.ReleaseLease(BlobHandle) Method

Definition

Release any active lease to the blob represented by blobHandle which is currently held by the caller.

[Android.Runtime.Register("releaseLease", "(Landroid/app/blob/BlobHandle;)V", "GetReleaseLease_Landroid_app_blob_BlobHandle_Handler", ApiSince=30)]
public virtual void ReleaseLease (Android.App.Blob.BlobHandle blobHandle);
[<Android.Runtime.Register("releaseLease", "(Landroid/app/blob/BlobHandle;)V", "GetReleaseLease_Landroid_app_blob_BlobHandle_Handler", ApiSince=30)>]
abstract member ReleaseLease : Android.App.Blob.BlobHandle -> unit
override this.ReleaseLease : Android.App.Blob.BlobHandle -> unit

Parameters

blobHandle
BlobHandle

the BlobHandle representing the blob that the caller wants to release the lease for.

Attributes

Remarks

Release any active lease to the blob represented by blobHandle which is currently held by the caller.

Java documentation for android.app.blob.BlobStoreManager.releaseLease(android.app.blob.BlobHandle).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to