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