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

EndGetCampaign() public method

Finishes the asynchronous execution of the GetCampaign operation.
public EndGetCampaign ( IAsyncResult asyncResult ) : GetCampaignResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCampaign.
return Amazon.Pinpoint.Model.GetCampaignResponse
        public  GetCampaignResponse EndGetCampaign(IAsyncResult asyncResult)
        {
            return EndInvoke<GetCampaignResponse>(asyncResult);
        }
AmazonPinpointClient