Method | Description | |
---|---|---|
AmazonSimpleWorkflowClient ( ) : System |
Constructs AmazonSimpleWorkflowClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonSimpleWorkflowClient ( |
Constructs AmazonSimpleWorkflowClient with AWS Credentials
|
|
AmazonSimpleWorkflowClient ( |
Constructs AmazonSimpleWorkflowClient with AWS Credentials and an AmazonSimpleWorkflowClient Configuration object.
|
|
AmazonSimpleWorkflowClient ( |
Constructs AmazonSimpleWorkflowClient with AWS Credentials
|
|
AmazonSimpleWorkflowClient ( |
Constructs AmazonSimpleWorkflowClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonSimpleWorkflowClient ( RegionEndpoint region ) : System |
Constructs AmazonSimpleWorkflowClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonSimpleWorkflowClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonSimpleWorkflowClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonSimpleWorkflowClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonSimpleWorkflowClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleWorkflowClient Configuration object.
|
|
AmazonSimpleWorkflowClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonSimpleWorkflowClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonSimpleWorkflowClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonSimpleWorkflowClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonSimpleWorkflowClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonSimpleWorkflowClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleWorkflowClient Configuration object.
|
|
AmazonSimpleWorkflowClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonSimpleWorkflowClient with AWS Access Key ID and AWS Secret Key
|
|
CountClosedWorkflowExecutionsAsync ( |
Initiates the asynchronous execution of the CountClosedWorkflowExecutions operation.
|
|
CountOpenWorkflowExecutionsAsync ( |
Initiates the asynchronous execution of the CountOpenWorkflowExecutions operation.
|
|
CountPendingActivityTasksAsync ( |
Initiates the asynchronous execution of the CountPendingActivityTasks operation.
|
|
CountPendingDecisionTasksAsync ( |
Initiates the asynchronous execution of the CountPendingDecisionTasks operation.
|
|
DeprecateActivityTypeAsync ( |
Initiates the asynchronous execution of the DeprecateActivityType operation.
|
|
DeprecateDomainAsync ( |
Initiates the asynchronous execution of the DeprecateDomain operation.
|
|
DeprecateWorkflowTypeAsync ( |
Initiates the asynchronous execution of the DeprecateWorkflowType operation.
|
|
DescribeActivityTypeAsync ( |
Initiates the asynchronous execution of the DescribeActivityType operation.
|
|
DescribeDomainAsync ( |
Initiates the asynchronous execution of the DescribeDomain operation.
|
|
DescribeWorkflowExecutionAsync ( |
Initiates the asynchronous execution of the DescribeWorkflowExecution operation.
|
|
DescribeWorkflowTypeAsync ( |
Initiates the asynchronous execution of the DescribeWorkflowType operation.
|
|
GetWorkflowExecutionHistoryAsync ( |
Initiates the asynchronous execution of the GetWorkflowExecutionHistory operation.
|
|
ListActivityTypesAsync ( |
Initiates the asynchronous execution of the ListActivityTypes operation.
|
|
ListClosedWorkflowExecutionsAsync ( |
Initiates the asynchronous execution of the ListClosedWorkflowExecutions operation.
|
|
ListDomainsAsync ( |
Initiates the asynchronous execution of the ListDomains operation.
|
|
ListOpenWorkflowExecutionsAsync ( |
Initiates the asynchronous execution of the ListOpenWorkflowExecutions operation.
|
|
ListWorkflowTypesAsync ( |
Initiates the asynchronous execution of the ListWorkflowTypes operation.
|
|
PollForActivityTaskAsync ( |
Initiates the asynchronous execution of the PollForActivityTask operation.
|
|
PollForDecisionTaskAsync ( |
Initiates the asynchronous execution of the PollForDecisionTask operation.
|
|
RecordActivityTaskHeartbeatAsync ( |
Initiates the asynchronous execution of the RecordActivityTaskHeartbeat operation.
|
|
RegisterActivityTypeAsync ( |
Initiates the asynchronous execution of the RegisterActivityType operation.
|
|
RegisterDomainAsync ( |
Initiates the asynchronous execution of the RegisterDomain operation.
|
|
RegisterWorkflowTypeAsync ( |
Initiates the asynchronous execution of the RegisterWorkflowType operation.
|
|
RequestCancelWorkflowExecutionAsync ( |
Initiates the asynchronous execution of the RequestCancelWorkflowExecution operation.
|
|
RespondActivityTaskCanceledAsync ( |
Initiates the asynchronous execution of the RespondActivityTaskCanceled operation.
|
|
RespondActivityTaskCompletedAsync ( |
Initiates the asynchronous execution of the RespondActivityTaskCompleted operation.
|
|
RespondActivityTaskFailedAsync ( |
Initiates the asynchronous execution of the RespondActivityTaskFailed operation.
|
|
RespondDecisionTaskCompletedAsync ( |
Initiates the asynchronous execution of the RespondDecisionTaskCompleted operation.
|
|
SignalWorkflowExecutionAsync ( |
Initiates the asynchronous execution of the SignalWorkflowExecution operation.
|
|
StartWorkflowExecutionAsync ( |
Initiates the asynchronous execution of the StartWorkflowExecution operation.
|
|
TerminateWorkflowExecutionAsync ( |
Initiates the asynchronous execution of the TerminateWorkflowExecution operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
Method | Description | |
---|---|---|
CountClosedWorkflowExecutions ( |
||
CountOpenWorkflowExecutions ( |
||
CountPendingActivityTasks ( |
||
CountPendingDecisionTasks ( |
||
DeprecateActivityType ( |
||
DeprecateDomain ( |
||
DeprecateWorkflowType ( |
||
DescribeActivityType ( |
||
DescribeDomain ( |
||
DescribeWorkflowExecution ( |
||
DescribeWorkflowType ( |
||
GetWorkflowExecutionHistory ( |
||
ListActivityTypes ( |
||
ListClosedWorkflowExecutions ( |
||
ListDomains ( |
||
ListOpenWorkflowExecutions ( |
||
ListWorkflowTypes ( |
||
PollForActivityTask ( |
||
PollForDecisionTask ( |
||
RecordActivityTaskHeartbeat ( |
||
RegisterActivityType ( |
||
RegisterDomain ( |
||
RegisterWorkflowType ( |
||
RequestCancelWorkflowExecution ( |
||
RespondActivityTaskCanceled ( |
||
RespondActivityTaskCompleted ( |
||
RespondActivityTaskFailed ( |
||
RespondDecisionTaskCompleted ( |
||
SignalWorkflowExecution ( |
||
StartWorkflowExecution ( |
||
TerminateWorkflowExecution ( |
public AmazonSimpleWorkflowClient ( ) : System | ||
return | System |
public AmazonSimpleWorkflowClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonSimpleWorkflowClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonSimpleWorkflowClient Configuration Object | |
return | System |
public AmazonSimpleWorkflowClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonSimpleWorkflowClient ( |
||
config | The AmazonSimpleWorkflowClient Configuration Object | |
return | System |
public AmazonSimpleWorkflowClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonSimpleWorkflowClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonSimpleWorkflowClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonSimpleWorkflowClient Configuration Object | |
return | System |
public AmazonSimpleWorkflowClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonSimpleWorkflowClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
return | System |
public AmazonSimpleWorkflowClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonSimpleWorkflowClient Configuration Object | |
return | System |
public AmazonSimpleWorkflowClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
return | System |
public CountClosedWorkflowExecutionsAsync ( |
||
request | Container for the necessary parameters to execute the CountClosedWorkflowExecutions operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CountOpenWorkflowExecutionsAsync ( |
||
request | Container for the necessary parameters to execute the CountOpenWorkflowExecutions operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CountPendingActivityTasksAsync ( |
||
request | Container for the necessary parameters to execute the CountPendingActivityTasks operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CountPendingDecisionTasksAsync ( |
||
request | Container for the necessary parameters to execute the CountPendingDecisionTasks operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
protected CreateSigner ( ) : |
||
return |
public DeprecateActivityTypeAsync ( |
||
request | Container for the necessary parameters to execute the DeprecateActivityType operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeprecateDomainAsync ( |
||
request | Container for the necessary parameters to execute the DeprecateDomain operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeprecateWorkflowTypeAsync ( |
||
request | Container for the necessary parameters to execute the DeprecateWorkflowType operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeActivityTypeAsync ( |
||
request | Container for the necessary parameters to execute the DescribeActivityType operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeDomainAsync ( |
||
request | Container for the necessary parameters to execute the DescribeDomain operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeWorkflowExecutionAsync ( |
||
request | Container for the necessary parameters to execute the DescribeWorkflowExecution operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeWorkflowTypeAsync ( |
||
request | Container for the necessary parameters to execute the DescribeWorkflowType operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetWorkflowExecutionHistoryAsync ( |
||
request | Container for the necessary parameters to execute the GetWorkflowExecutionHistory operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListActivityTypesAsync ( |
||
request | Container for the necessary parameters to execute the ListActivityTypes operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListClosedWorkflowExecutionsAsync ( |
||
request | Container for the necessary parameters to execute the ListClosedWorkflowExecutions operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListDomainsAsync ( |
||
request | Container for the necessary parameters to execute the ListDomains operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListOpenWorkflowExecutionsAsync ( |
||
request | Container for the necessary parameters to execute the ListOpenWorkflowExecutions operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListWorkflowTypesAsync ( |
||
request | Container for the necessary parameters to execute the ListWorkflowTypes operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PollForActivityTaskAsync ( |
||
request | Container for the necessary parameters to execute the PollForActivityTask operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PollForDecisionTaskAsync ( |
||
request | Container for the necessary parameters to execute the PollForDecisionTask operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public RecordActivityTaskHeartbeatAsync ( |
||
request | Container for the necessary parameters to execute the RecordActivityTaskHeartbeat operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public RegisterActivityTypeAsync ( |
||
request | Container for the necessary parameters to execute the RegisterActivityType operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public RegisterDomainAsync ( |
||
request | Container for the necessary parameters to execute the RegisterDomain operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public RegisterWorkflowTypeAsync ( |
||
request | Container for the necessary parameters to execute the RegisterWorkflowType operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public RequestCancelWorkflowExecutionAsync ( |
||
request | Container for the necessary parameters to execute the RequestCancelWorkflowExecution operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public RespondActivityTaskCanceledAsync ( |
||
request | Container for the necessary parameters to execute the RespondActivityTaskCanceled operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public RespondActivityTaskCompletedAsync ( |
||
request | Container for the necessary parameters to execute the RespondActivityTaskCompleted operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public RespondActivityTaskFailedAsync ( |
||
request | Container for the necessary parameters to execute the RespondActivityTaskFailed operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public RespondDecisionTaskCompletedAsync ( |
||
request | Container for the necessary parameters to execute the RespondDecisionTaskCompleted operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public SignalWorkflowExecutionAsync ( |
||
request | Container for the necessary parameters to execute the SignalWorkflowExecution operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public StartWorkflowExecutionAsync ( |
||
request | Container for the necessary parameters to execute the StartWorkflowExecution operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public TerminateWorkflowExecutionAsync ( |
||
request | Container for the necessary parameters to execute the TerminateWorkflowExecution operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |