Amazon.MachineLearning.AmazonMachineLearningClient.EndCreateRealtimeEndpoint C# (CSharp) Method

EndCreateRealtimeEndpoint() public method

Finishes the asynchronous execution of the CreateRealtimeEndpoint operation.
public EndCreateRealtimeEndpoint ( IAsyncResult asyncResult ) : CreateRealtimeEndpointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateRealtimeEndpoint.
return CreateRealtimeEndpointResponse
        public  CreateRealtimeEndpointResponse EndCreateRealtimeEndpoint(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateRealtimeEndpointResponse>(asyncResult);
        }
AmazonMachineLearningClient