Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the storage service base classes.
|
Modifier and Type | Method and Description |
---|---|
static StorageEventMultiCaster<ResponseReceivedEvent,StorageEvent<ResponseReceivedEvent>> |
OperationContext.getGlobalResponseReceivedEventHandler()
Gets a global event multi-caster that is triggered when a response is received.
|
static StorageEventMultiCaster<ResponseReceivedEvent,StorageEvent<ResponseReceivedEvent>> |
OperationContext.getGlobalResponseReceivedEventHandler()
Gets a global event multi-caster that is triggered when a response is received.
|
StorageEventMultiCaster<ResponseReceivedEvent,StorageEvent<ResponseReceivedEvent>> |
OperationContext.getResponseReceivedEventHandler()
Gets an event multi-caster that is triggered when a response is received.
|
StorageEventMultiCaster<ResponseReceivedEvent,StorageEvent<ResponseReceivedEvent>> |
OperationContext.getResponseReceivedEventHandler()
Gets an event multi-caster that is triggered when a response is received.
|
Modifier and Type | Method and Description |
---|---|
static void |
OperationContext.setGlobalResponseReceivedEventHandler(StorageEventMultiCaster<ResponseReceivedEvent,StorageEvent<ResponseReceivedEvent>> globalResponseReceivedEventHandler)
Sets a global event multi-caster that is triggered when a response is received.
|
static void |
OperationContext.setGlobalResponseReceivedEventHandler(StorageEventMultiCaster<ResponseReceivedEvent,StorageEvent<ResponseReceivedEvent>> globalResponseReceivedEventHandler)
Sets a global event multi-caster that is triggered when a response is received.
|
void |
OperationContext.setResponseReceivedEventHandler(StorageEventMultiCaster<ResponseReceivedEvent,StorageEvent<ResponseReceivedEvent>> responseReceivedEventHandler)
Sets an event multi-caster that is triggered when a response is received.
|
void |
OperationContext.setResponseReceivedEventHandler(StorageEventMultiCaster<ResponseReceivedEvent,StorageEvent<ResponseReceivedEvent>> responseReceivedEventHandler)
Sets an event multi-caster that is triggered when a response is received.
|
Copyright © 2019. All rights reserved.