Метод | Описание | |
---|---|---|
AmazonElasticTranscoderClient ( ) : System |
Constructs AmazonElasticTranscoderClient 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.
|
|
AmazonElasticTranscoderClient ( |
Constructs AmazonElasticTranscoderClient with AWS Credentials
|
|
AmazonElasticTranscoderClient ( |
Constructs AmazonElasticTranscoderClient with AWS Credentials and an AmazonElasticTranscoderClient Configuration object.
|
|
AmazonElasticTranscoderClient ( |
Constructs AmazonElasticTranscoderClient with AWS Credentials
|
|
AmazonElasticTranscoderClient ( |
Constructs AmazonElasticTranscoderClient 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.
|
|
AmazonElasticTranscoderClient ( RegionEndpoint region ) : System |
Constructs AmazonElasticTranscoderClient 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.
|
|
AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonElasticTranscoderClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticTranscoderClient Configuration object.
|
|
AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonElasticTranscoderClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticTranscoderClient Configuration object.
|
|
AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key
|
|
BeginCancelJob ( |
Initiates the asynchronous execution of the CancelJob operation.
|
|
BeginCreateJob ( |
Initiates the asynchronous execution of the CreateJob operation.
|
|
BeginCreatePipeline ( |
Initiates the asynchronous execution of the CreatePipeline operation.
|
|
BeginCreatePreset ( |
Initiates the asynchronous execution of the CreatePreset operation.
|
|
BeginDeletePipeline ( |
Initiates the asynchronous execution of the DeletePipeline operation.
|
|
BeginDeletePreset ( |
Initiates the asynchronous execution of the DeletePreset operation.
|
|
BeginListJobsByPipeline ( |
Initiates the asynchronous execution of the ListJobsByPipeline operation.
|
|
BeginListJobsByStatus ( |
Initiates the asynchronous execution of the ListJobsByStatus operation.
|
|
BeginListPipelines ( |
Initiates the asynchronous execution of the ListPipelines operation.
|
|
BeginListPresets ( |
Initiates the asynchronous execution of the ListPresets operation.
|
|
BeginReadJob ( |
Initiates the asynchronous execution of the ReadJob operation.
|
|
BeginReadPipeline ( |
Initiates the asynchronous execution of the ReadPipeline operation.
|
|
BeginReadPreset ( |
Initiates the asynchronous execution of the ReadPreset operation.
|
|
BeginUpdatePipeline ( |
Initiates the asynchronous execution of the UpdatePipeline operation.
|
|
BeginUpdatePipelineNotifications ( |
Initiates the asynchronous execution of the UpdatePipelineNotifications operation.
|
|
BeginUpdatePipelineStatus ( |
Initiates the asynchronous execution of the UpdatePipelineStatus operation.
|
|
CancelJob ( |
The CancelJob operation cancels an unfinished job. You can only cancel a job that has a status of
|
|
CancelJobAsync ( |
Initiates the asynchronous execution of the CancelJob operation.
|
|
CreateJob ( |
When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus information about the job that is created. If you have specified more than one output for your jobs (for example, one output for the Kindle Fire and another output for the Apple iPhone 4s), you currently must use the Elastic Transcoder API to list the jobs (as opposed to the AWS Console).
|
|
CreateJobAsync ( |
Initiates the asynchronous execution of the CreateJob operation.
|
|
CreatePipeline ( |
The CreatePipeline operation creates a pipeline with settings that you specify.
|
|
CreatePipelineAsync ( |
Initiates the asynchronous execution of the CreatePipeline operation.
|
|
CreatePreset ( |
The CreatePreset operation creates a preset with settings that you specify. Elastic Transcoder checks the CreatePreset settings to ensure that they meet Elastic Transcoder requirements and to determine whether they comply with H.264 standards. If your settings are not valid for Elastic Transcoder, Elastic Transcoder returns an HTTP 400 response ( Elastic Transcoder uses the H.264 video-compression format. For more information, see the International Telecommunication Union publication Recommendation ITU-T H.264: Advanced video coding for generic audiovisual services.
|
|
CreatePresetAsync ( |
Initiates the asynchronous execution of the CreatePreset operation.
|
|
DeletePipeline ( |
The DeletePipeline operation removes a pipeline. You can only delete a pipeline that has never been used or that is not currently in use (doesn't contain any active jobs). If the pipeline is currently in use,
|
|
DeletePipelineAsync ( |
Initiates the asynchronous execution of the DeletePipeline operation.
|
|
DeletePreset ( |
The DeletePreset operation removes a preset that you've added in an AWS region. You can't delete the default presets that are included with Elastic Transcoder.
|
|
DeletePresetAsync ( |
Initiates the asynchronous execution of the DeletePreset operation.
|
|
EndCancelJob ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CancelJob operation.
|
|
EndCreateJob ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateJob operation.
|
|
EndCreatePipeline ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreatePipeline operation.
|
|
EndCreatePreset ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreatePreset operation.
|
|
EndDeletePipeline ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DeletePipeline operation.
|
|
EndDeletePreset ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DeletePreset operation.
|
|
EndListJobsByPipeline ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListJobsByPipeline operation.
|
|
EndListJobsByStatus ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListJobsByStatus operation.
|
|
EndListPipelines ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListPipelines operation.
|
|
EndListPresets ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListPresets operation.
|
|
EndReadJob ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ReadJob operation.
|
|
EndReadPipeline ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ReadPipeline operation.
|
|
EndReadPreset ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ReadPreset operation.
|
|
EndUpdatePipeline ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UpdatePipeline operation.
|
|
EndUpdatePipelineNotifications ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UpdatePipelineNotifications operation.
|
|
EndUpdatePipelineStatus ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UpdatePipelineStatus operation.
|
|
ListJobsByPipeline ( |
The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline. Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria.
|
|
ListJobsByPipelineAsync ( |
Initiates the asynchronous execution of the ListJobsByPipeline operation.
|
|
ListJobsByStatus ( |
The ListJobsByStatus operation gets a list of jobs that have a specified status. The response body contains one element for each job that satisfies the search criteria.
|
|
ListJobsByStatusAsync ( |
Initiates the asynchronous execution of the ListJobsByStatus operation.
|
|
ListPipelines ( ) : |
The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
|
|
ListPipelines ( |
The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
|
|
ListPipelinesAsync ( |
Initiates the asynchronous execution of the ListPipelines operation.
|
|
ListPipelinesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
|
|
ListPresets ( ) : |
The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.
|
|
ListPresets ( |
The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.
|
|
ListPresetsAsync ( |
Initiates the asynchronous execution of the ListPresets operation.
|
|
ListPresetsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.
|
|
ReadJob ( |
The ReadJob operation returns detailed information about a job.
|
|
ReadJobAsync ( |
Initiates the asynchronous execution of the ReadJob operation.
|
|
ReadPipeline ( |
The ReadPipeline operation gets detailed information about a pipeline.
|
|
ReadPipelineAsync ( |
Initiates the asynchronous execution of the ReadPipeline operation.
|
|
ReadPreset ( |
The ReadPreset operation gets detailed information about a preset.
|
|
ReadPresetAsync ( |
Initiates the asynchronous execution of the ReadPreset operation.
|
|
UpdatePipeline ( |
Use the When you change pipeline settings, your changes take effect immediately. Jobs that you have already submitted and that Elastic Transcoder has not started to process are affected in addition to jobs that you submit after you change settings.
|
|
UpdatePipelineAsync ( |
Initiates the asynchronous execution of the UpdatePipeline operation.
|
|
UpdatePipelineNotifications ( |
With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline. When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.
|
|
UpdatePipelineNotificationsAsync ( |
Initiates the asynchronous execution of the UpdatePipelineNotifications operation.
|
|
UpdatePipelineStatus ( |
The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs. Changing the pipeline status is useful if you want to cancel one or more jobs. You can't cancel jobs after Elastic Transcoder has started processing them; if you pause the pipeline to which you submitted the jobs, you have more time to get the job IDs for the jobs that you want to cancel, and to send a CancelJob request.
|
|
UpdatePipelineStatusAsync ( |
Initiates the asynchronous execution of the UpdatePipelineStatus operation.
|
Метод | Описание | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void |
Customize the pipeline
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
Метод | Описание | |
---|---|---|
BeginTestRole ( TestRoleRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
EndTestRole ( IAsyncResult asyncResult ) : TestRoleResponse | ||
TestRole ( TestRoleRequest request ) : TestRoleResponse | ||
TestRoleAsync ( TestRoleRequest request, System cancellationToken = default(CancellationToken) ) : Task |
public AmazonElasticTranscoderClient ( ) : System | ||
Результат | System |
public AmazonElasticTranscoderClient ( |
||
credentials | AWS Credentials | |
Результат | System |
public AmazonElasticTranscoderClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonElasticTranscoderClient Configuration Object | |
Результат | System |
public AmazonElasticTranscoderClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonElasticTranscoderClient ( |
||
config | The AmazonElasticTranscoderClient Configuration Object | |
Результат | System |
public AmazonElasticTranscoderClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
Результат | System |
public AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonElasticTranscoderClient Configuration Object | |
Результат | System |
public AmazonElasticTranscoderClient ( 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. |
Результат | System |
public AmazonElasticTranscoderClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
Результат | System |
public AmazonElasticTranscoderClient ( 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 AmazonElasticTranscoderClient Configuration Object | |
Результат | System |
public AmazonElasticTranscoderClient ( 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. |
Результат | System |
public BeginCancelJob ( |
||
request | Container for the necessary parameters to execute the CancelJob operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginCreateJob ( |
||
request | Container for the necessary parameters to execute the CreateJob operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginCreatePipeline ( |
||
request | Container for the necessary parameters to execute the CreatePipeline operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginCreatePreset ( |
||
request | Container for the necessary parameters to execute the CreatePreset operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginDeletePipeline ( |
||
request | Container for the necessary parameters to execute the DeletePipeline operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginDeletePreset ( |
||
request | Container for the necessary parameters to execute the DeletePreset operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginListJobsByPipeline ( |
||
request | Container for the necessary parameters to execute the ListJobsByPipeline operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginListJobsByStatus ( |
||
request | Container for the necessary parameters to execute the ListJobsByStatus operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginListPipelines ( |
||
request | Container for the necessary parameters to execute the ListPipelines operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginListPresets ( |
||
request | Container for the necessary parameters to execute the ListPresets operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginReadJob ( |
||
request | Container for the necessary parameters to execute the ReadJob operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginReadPipeline ( |
||
request | Container for the necessary parameters to execute the ReadPipeline operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginReadPreset ( |
||
request | Container for the necessary parameters to execute the ReadPreset operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginUpdatePipeline ( |
||
request | Container for the necessary parameters to execute the UpdatePipeline operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginUpdatePipelineNotifications ( |
||
request | Container for the necessary parameters to execute the UpdatePipelineNotifications operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginUpdatePipelineStatus ( |
||
request | Container for the necessary parameters to execute the UpdatePipelineStatus operation on AmazonElasticTranscoderClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public CancelJob ( |
||
request | Container for the necessary parameters to execute the CancelJob service method. | |
Результат |
public CancelJobAsync ( |
||
request | Container for the necessary parameters to execute the CancelJob operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public CreateJob ( |
||
request | Container for the necessary parameters to execute the CreateJob service method. | |
Результат |
public CreateJobAsync ( |
||
request | Container for the necessary parameters to execute the CreateJob operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public CreatePipeline ( |
||
request | Container for the necessary parameters to execute the CreatePipeline service method. | |
Результат |
public CreatePipelineAsync ( |
||
request | Container for the necessary parameters to execute the CreatePipeline operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public CreatePreset ( |
||
request | Container for the necessary parameters to execute the CreatePreset service method. | |
Результат |
public CreatePresetAsync ( |
||
request | Container for the necessary parameters to execute the CreatePreset operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
protected CreateSigner ( ) : |
||
Результат |
protected CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void | ||
pipeline | RuntimePipeline | |
Результат | void |
public DeletePipeline ( |
||
request | Container for the necessary parameters to execute the DeletePipeline service method. | |
Результат |
public DeletePipelineAsync ( |
||
request | Container for the necessary parameters to execute the DeletePipeline operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DeletePreset ( |
||
request | Container for the necessary parameters to execute the DeletePreset service method. | |
Результат |
public DeletePresetAsync ( |
||
request | Container for the necessary parameters to execute the DeletePreset operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public EndCancelJob ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCancelJob. |
Результат |
public EndCreateJob ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateJob. |
Результат |
public EndCreatePipeline ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreatePipeline. |
Результат |
public EndCreatePreset ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreatePreset. |
Результат |
public EndDeletePipeline ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeletePipeline. |
Результат |
public EndDeletePreset ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeletePreset. |
Результат |
public EndListJobsByPipeline ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListJobsByPipeline. |
Результат |
public EndListJobsByStatus ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListJobsByStatus. |
Результат |
public EndListPipelines ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListPipelines. |
Результат |
public EndListPresets ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListPresets. |
Результат |
public EndReadJob ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginReadJob. |
Результат |
public EndReadPipeline ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginReadPipeline. |
Результат |
public EndReadPreset ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginReadPreset. |
Результат |
public EndUpdatePipeline ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdatePipeline. |
Результат |
public EndUpdatePipelineNotifications ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdatePipelineNotifications. |
Результат |
public EndUpdatePipelineStatus ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdatePipelineStatus. |
Результат |
public ListJobsByPipeline ( |
||
request | Container for the necessary parameters to execute the ListJobsByPipeline service method. | |
Результат |
public ListJobsByPipelineAsync ( |
||
request | Container for the necessary parameters to execute the ListJobsByPipeline operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public ListJobsByStatus ( |
||
request | Container for the necessary parameters to execute the ListJobsByStatus service method. | |
Результат |
public ListJobsByStatusAsync ( |
||
request | Container for the necessary parameters to execute the ListJobsByStatus operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public ListPipelines ( ) : |
||
Результат |
public ListPipelines ( |
||
request | Container for the necessary parameters to execute the ListPipelines service method. | |
Результат |
public ListPipelinesAsync ( |
||
request | Container for the necessary parameters to execute the ListPipelines operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public ListPipelinesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public ListPresets ( ) : |
||
Результат |
public ListPresets ( |
||
request | Container for the necessary parameters to execute the ListPresets service method. | |
Результат |
public ListPresetsAsync ( |
||
request | Container for the necessary parameters to execute the ListPresets operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public ListPresetsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public ReadJob ( |
||
request | Container for the necessary parameters to execute the ReadJob service method. | |
Результат |
public ReadJobAsync ( |
||
request | Container for the necessary parameters to execute the ReadJob operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public ReadPipeline ( |
||
request | Container for the necessary parameters to execute the ReadPipeline service method. | |
Результат |
public ReadPipelineAsync ( |
||
request | Container for the necessary parameters to execute the ReadPipeline operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public ReadPreset ( |
||
request | Container for the necessary parameters to execute the ReadPreset service method. | |
Результат |
public ReadPresetAsync ( |
||
request | Container for the necessary parameters to execute the ReadPreset operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public UpdatePipeline ( |
||
request | Container for the necessary parameters to execute the UpdatePipeline service method. | |
Результат |
public UpdatePipelineAsync ( |
||
request | Container for the necessary parameters to execute the UpdatePipeline operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public UpdatePipelineNotifications ( |
||
request | Container for the necessary parameters to execute the UpdatePipelineNotifications service method. | |
Результат |
public UpdatePipelineNotificationsAsync ( |
||
request | Container for the necessary parameters to execute the UpdatePipelineNotifications operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public UpdatePipelineStatus ( |
||
request | Container for the necessary parameters to execute the UpdatePipelineStatus service method. | |
Результат |
public UpdatePipelineStatusAsync ( |
||
request | Container for the necessary parameters to execute the UpdatePipelineStatus operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |