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