Amazon.CloudHSM.AmazonCloudHSMClient.EndGetConfig C# (CSharp) Méthode

EndGetConfig() public méthode

Finishes the asynchronous execution of the GetConfig operation.
public EndGetConfig ( IAsyncResult asyncResult ) : GetConfigResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetConfig.
Résultat Amazon.CloudHSM.Model.GetConfigResponse
        public  GetConfigResponse EndGetConfig(IAsyncResult asyncResult)
        {
            return EndInvoke<GetConfigResponse>(asyncResult);
        }