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

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

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