Amazon.MachineLearning.AmazonMachineLearningClient.EndCreateRealtimeEndpoint C# (CSharp) Метод

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

Finishes the asynchronous execution of the CreateRealtimeEndpoint operation.
public EndCreateRealtimeEndpoint ( IAsyncResult asyncResult ) : CreateRealtimeEndpointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateRealtimeEndpoint.
Результат CreateRealtimeEndpointResponse
        public  CreateRealtimeEndpointResponse EndCreateRealtimeEndpoint(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateRealtimeEndpointResponse>(asyncResult);
        }
AmazonMachineLearningClient