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