Amazon.Pinpoint.AmazonPinpointClient.EndCreateCampaign C# (CSharp) Метод

EndCreateCampaign() публичный Метод

Finishes the asynchronous execution of the CreateCampaign operation.
public EndCreateCampaign ( IAsyncResult asyncResult ) : CreateCampaignResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCampaign.
Результат Amazon.Pinpoint.Model.CreateCampaignResponse
        public  CreateCampaignResponse EndCreateCampaign(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateCampaignResponse>(asyncResult);
        }
AmazonPinpointClient