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

EndGetCampaigns() public method

Finishes the asynchronous execution of the GetCampaigns operation.
public EndGetCampaigns ( IAsyncResult asyncResult ) : GetCampaignsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCampaigns.
return Amazon.Pinpoint.Model.GetCampaignsResponse
        public  GetCampaignsResponse EndGetCampaigns(IAsyncResult asyncResult)
        {
            return EndInvoke<GetCampaignsResponse>(asyncResult);
        }
AmazonPinpointClient