Amazon.CertificateManager.AmazonCertificateManagerClient.BeginListTagsForCertificate C# (CSharp) Method

BeginListTagsForCertificate() public method

Initiates the asynchronous execution of the ListTagsForCertificate operation.
public BeginListTagsForCertificate ( ListTagsForCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CertificateManager.Model.ListTagsForCertificateRequest Container for the necessary parameters to execute the ListTagsForCertificate operation on AmazonCertificateManagerClient.
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.
return IAsyncResult
        public IAsyncResult BeginListTagsForCertificate(ListTagsForCertificateRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListTagsForCertificateRequestMarshaller();
            var unmarshaller = ListTagsForCertificateResponseUnmarshaller.Instance;

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