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