RequestCompletedEvent Class
- java.
lang. Object - BaseEvent
- com.
microsoft. azure. storage. RequestCompletedEvent
- com.
public class RequestCompletedEvent extends BaseEvent
Represents an event that is fired when a request is completed.
Constructor Summary
Constructor | Description |
---|---|
RequestCompletedEvent(OperationContext opContext, Object connectionObject, RequestResult requestResult) |
Creates an instance of the class that is fired when a request is completed. |
Inherited Members
BaseEvent.BaseEvent(final OperationContext opContext, final Object connectionObject, final RequestResult requestResult)
BaseEvent.getConnectionObject()
BaseEvent.getOpContext()
BaseEvent.getRequestResult()
Constructor Details
RequestCompletedEvent
public RequestCompletedEvent(OperationContext opContext, Object connectionObject, RequestResult requestResult)
Creates an instance of the class that is fired when a request is completed.
Parameters:
opContext
- An OperationContext object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
connectionObject
- Represents a connection object. Currently only
java.net.HttpURLConnection
is supported as a connection object.
requestResult
- A RequestResult object that represents the current request result.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java