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

EndGetCampaignVersions() public method

Finishes the asynchronous execution of the GetCampaignVersions operation.
public EndGetCampaignVersions ( IAsyncResult asyncResult ) : GetCampaignVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCampaignVersions.
return Amazon.Pinpoint.Model.GetCampaignVersionsResponse
        public  GetCampaignVersionsResponse EndGetCampaignVersions(IAsyncResult asyncResult)
        {
            return EndInvoke<GetCampaignVersionsResponse>(asyncResult);
        }
AmazonPinpointClient