internal GetBucketLocationResponse GetBucketLocation(GetBucketLocationRequest request) { var marshaller = new GetBucketLocationRequestMarshaller(); var unmarshaller = GetBucketLocationResponseUnmarshaller.Instance; return Invoke<GetBucketLocationRequest,GetBucketLocationResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the GetBucketLocation operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetBucketLocation operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> public Task<GetBucketLocationResponse> GetBucketLocationAsync(GetBucketLocationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new GetBucketLocationRequestMarshaller(); var unmarshaller = GetBucketLocationResponseUnmarshaller.Instance; return InvokeAsync<GetBucketLocationRequest,GetBucketLocationResponse>(request, marshaller, unmarshaller, cancellationToken); }
IAsyncResult invokeGetBucketLocation(GetBucketLocationRequest getBucketLocationRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new GetBucketLocationRequestMarshaller().Marshall(getBucketLocationRequest); var unmarshaller = GetBucketLocationResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
/// <summary> /// Initiates the asynchronous execution of the GetBucketLocation operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetBucketLocation operation on AmazonS3Client.</param> /// <param name="callback">An Action delegate that is invoked when the operation completes.</param> /// <param name="options">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> public void GetBucketLocationAsync(GetBucketLocationRequest request, AmazonServiceCallback<GetBucketLocationRequest, GetBucketLocationResponse> callback, AsyncOptions options = null) { options = options == null?new AsyncOptions():options; var marshaller = new GetBucketLocationRequestMarshaller(); var unmarshaller = GetBucketLocationResponseUnmarshaller.Instance; Action<AmazonWebServiceRequest, AmazonWebServiceResponse, Exception, AsyncOptions> callbackHelper = null; if(callback !=null ) callbackHelper = (AmazonWebServiceRequest req, AmazonWebServiceResponse res, Exception ex, AsyncOptions ao) => { AmazonServiceResult<GetBucketLocationRequest,GetBucketLocationResponse> responseObject = new AmazonServiceResult<GetBucketLocationRequest,GetBucketLocationResponse>((GetBucketLocationRequest)req, (GetBucketLocationResponse)res, ex , ao.State); callback(responseObject); }; BeginInvoke<GetBucketLocationRequest>(request, marshaller, unmarshaller, options, callbackHelper); }
/// <summary> /// Initiates the asynchronous execution of the GetBucketLocation operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetBucketLocation operation on AmazonS3Client.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetBucketLocation /// operation.</returns> public IAsyncResult BeginGetBucketLocation(GetBucketLocationRequest request, AsyncCallback callback, object state) { var marshaller = new GetBucketLocationRequestMarshaller(); var unmarshaller = GetBucketLocationResponseUnmarshaller.Instance; return BeginInvoke<GetBucketLocationRequest>(request, marshaller, unmarshaller, callback, state); }
/// <summary> /// Initiates the asynchronous execution of the GetBucketLocation operation. /// <seealso cref="Amazon.S3.IAmazonS3.GetBucketLocation"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetBucketLocation operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> public Task<GetBucketLocationResponse> GetBucketLocationAsync(GetBucketLocationRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new GetBucketLocationRequestMarshaller(); var unmarshaller = GetBucketLocationResponseUnmarshaller.GetInstance(); return Invoke<IRequest, GetBucketLocationRequest, GetBucketLocationResponse>(request, marshaller, unmarshaller, signer, cancellationToken); }
/// <summary> /// <para>Returns the region the bucket resides in.</para> /// </summary> /// /// <param name="getBucketLocationRequest">Container for the necessary parameters to execute the GetBucketLocation service method on /// AmazonS3.</param> /// /// <returns>The response from the GetBucketLocation service method, as returned by AmazonS3.</returns> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public async Task<GetBucketLocationResponse> GetBucketLocationAsync(GetBucketLocationRequest getBucketLocationRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new GetBucketLocationRequestMarshaller(); var unmarshaller = GetBucketLocationResponseUnmarshaller.GetInstance(); var response = await Invoke<IRequest, GetBucketLocationRequest, GetBucketLocationResponse>(getBucketLocationRequest, marshaller, unmarshaller, signer, cancellationToken) .ConfigureAwait(continueOnCapturedContext: false); return response; }