Table of Contents

Interface IAsyncRequestContext

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll
public interface IAsyncRequestContext : IRequestContext
Inherited Members

Properties

Callback

AsyncCallback Callback { get; }

Property Value

AsyncCallback

State

object State { get; }

Property Value

object