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

EndGetSegment() public method

Finishes the asynchronous execution of the GetSegment operation.
public EndGetSegment ( IAsyncResult asyncResult ) : GetSegmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSegment.
return Amazon.Pinpoint.Model.GetSegmentResponse
        public  GetSegmentResponse EndGetSegment(IAsyncResult asyncResult)
        {
            return EndInvoke<GetSegmentResponse>(asyncResult);
        }
AmazonPinpointClient