Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.BeginDeletePreset C# (CSharp) Метод

BeginDeletePreset() публичный Метод

Initiates the asynchronous execution of the DeletePreset operation.
public BeginDeletePreset ( DeletePresetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ElasticTranscoder.Model.DeletePresetRequest 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 IAsyncResult BeginDeletePreset(DeletePresetRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DeletePresetRequestMarshaller();
            var unmarshaller = DeletePresetResponseUnmarshaller.Instance;

            return BeginInvoke<DeletePresetRequest>(request, marshaller, unmarshaller,
                callback, state);
        }