Amazon.CloudFront.AmazonCloudFrontClient.EndGetCloudFrontOriginAccessIdentityConfig C# (CSharp) Метод

EndGetCloudFrontOriginAccessIdentityConfig() публичный Метод

Finishes the asynchronous execution of the GetCloudFrontOriginAccessIdentityConfig operation.
public EndGetCloudFrontOriginAccessIdentityConfig ( IAsyncResult asyncResult ) : GetCloudFrontOriginAccessIdentityConfigResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCloudFrontOriginAccessIdentityConfig.
Результат Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityConfigResponse
        public  GetCloudFrontOriginAccessIdentityConfigResponse EndGetCloudFrontOriginAccessIdentityConfig(IAsyncResult asyncResult)
        {
            return EndInvoke<GetCloudFrontOriginAccessIdentityConfigResponse>(asyncResult);
        }
AmazonCloudFrontClient