Amazon.CloudFront.AmazonCloudFrontClient.EndDeleteCloudFrontOriginAccessIdentity C# (CSharp) Метод

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

Finishes the asynchronous execution of the DeleteCloudFrontOriginAccessIdentity operation.
public EndDeleteCloudFrontOriginAccessIdentity ( IAsyncResult asyncResult ) : Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteCloudFrontOriginAccessIdentity.
Результат Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityResponse
        public  DeleteCloudFrontOriginAccessIdentityResponse EndDeleteCloudFrontOriginAccessIdentity(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteCloudFrontOriginAccessIdentityResponse>(asyncResult);
        }
AmazonCloudFrontClient