InitializeAsync(BlobServiceClient, CancellationToken)
abstract
public abstract Task InitializeAsync(BlobServiceClient client, CancellationToken cancellationToken) Initialize any required dependencies using the provided client and options.
Parameters
clientBlobServiceClient- The connected blob client
cancellationTokenCancellationToken- A token used to cancel the request.
Returns
A
System.Threading.Tasks.Task representing the asynchronous operation.