/// <summary> /// Initiates the asynchronous execution of the GetHostedZoneCount operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetHostedZoneCount 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<GetHostedZoneCountResponse> GetHostedZoneCountAsync(GetHostedZoneCountRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new GetHostedZoneCountRequestMarshaller(); var unmarshaller = GetHostedZoneCountResponseUnmarshaller.Instance; return InvokeAsync<GetHostedZoneCountRequest,GetHostedZoneCountResponse>(request, marshaller, unmarshaller, cancellationToken); }
/// <summary> /// Initiates the asynchronous execution of the GetHostedZoneCount operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetHostedZoneCount operation on AmazonRoute53Client.</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 EndGetHostedZoneCount /// operation.</returns> public IAsyncResult BeginGetHostedZoneCount(GetHostedZoneCountRequest request, AsyncCallback callback, object state) { var marshaller = new GetHostedZoneCountRequestMarshaller(); var unmarshaller = GetHostedZoneCountResponseUnmarshaller.Instance; return BeginInvoke<GetHostedZoneCountRequest>(request, marshaller, unmarshaller, callback, state); }
/// <summary> /// To retrieve a count of all your hosted zones, send a <code>GET</code> request to /// the <code>2013-04-01/hostedzonecount</code> resource. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetHostedZoneCount service method.</param> /// /// <returns>The response from the GetHostedZoneCount service method, as returned by Route53.</returns> /// <exception cref="Amazon.Route53.Model.InvalidInputException"> /// Some value specified in the request is invalid or the XML document is malformed. /// </exception> public GetHostedZoneCountResponse GetHostedZoneCount(GetHostedZoneCountRequest request) { var marshaller = new GetHostedZoneCountRequestMarshaller(); var unmarshaller = GetHostedZoneCountResponseUnmarshaller.Instance; return Invoke<GetHostedZoneCountRequest,GetHostedZoneCountResponse>(request, marshaller, unmarshaller); }
public virtual Task <GetHostedZoneCountResponse> GetHostedZoneCountAsync(GetHostedZoneCountRequest request, CancellationToken cancellationToken = default(CancellationToken)) { throw new NotImplementedException(); }