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

EndUpdateCloudFrontOriginAccessIdentity() 공개 메소드

Finishes the asynchronous execution of the UpdateCloudFrontOriginAccessIdentity operation.
public EndUpdateCloudFrontOriginAccessIdentity ( IAsyncResult asyncResult ) : UpdateCloudFrontOriginAccessIdentityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateCloudFrontOriginAccessIdentity.
리턴 Amazon.CloudFront.Model.UpdateCloudFrontOriginAccessIdentityResponse
        public  UpdateCloudFrontOriginAccessIdentityResponse EndUpdateCloudFrontOriginAccessIdentity(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateCloudFrontOriginAccessIdentityResponse>(asyncResult);
        }
AmazonCloudFrontClient