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

EndUpdateSegment() public method

Finishes the asynchronous execution of the UpdateSegment operation.
public EndUpdateSegment ( IAsyncResult asyncResult ) : UpdateSegmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateSegment.
return Amazon.Pinpoint.Model.UpdateSegmentResponse
        public  UpdateSegmentResponse EndUpdateSegment(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateSegmentResponse>(asyncResult);
        }
AmazonPinpointClient