Amazon.CloudFront.AmazonCloudFrontClient.EndCreateCloudFrontOriginAccessIdentity C# (CSharp) 메소드

EndCreateCloudFrontOriginAccessIdentity() 공개 메소드

Finishes the asynchronous execution of the CreateCloudFrontOriginAccessIdentity operation.
public EndCreateCloudFrontOriginAccessIdentity ( IAsyncResult asyncResult ) : CreateCloudFrontOriginAccessIdentityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCloudFrontOriginAccessIdentity.
리턴 Amazon.CloudFront.Model.CreateCloudFrontOriginAccessIdentityResponse
        public  CreateCloudFrontOriginAccessIdentityResponse EndCreateCloudFrontOriginAccessIdentity(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateCloudFrontOriginAccessIdentityResponse>(asyncResult);
        }
AmazonCloudFrontClient