Amazon.Pinpoint.AmazonPinpointClient.EndGetCampaignVersion C# (CSharp) Method

EndGetCampaignVersion() public method

Finishes the asynchronous execution of the GetCampaignVersion operation.
public EndGetCampaignVersion ( IAsyncResult asyncResult ) : GetCampaignVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCampaignVersion.
return Amazon.Pinpoint.Model.GetCampaignVersionResponse
        public  GetCampaignVersionResponse EndGetCampaignVersion(IAsyncResult asyncResult)
        {
            return EndInvoke<GetCampaignVersionResponse>(asyncResult);
        }
AmazonPinpointClient