Amazon.Snowball.AmazonSnowballClient.EndCancelCluster C# (CSharp) Метод

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

Finishes the asynchronous execution of the CancelCluster operation.
public EndCancelCluster ( IAsyncResult asyncResult ) : CancelClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelCluster.
Результат CancelClusterResponse
        public  CancelClusterResponse EndCancelCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<CancelClusterResponse>(asyncResult);
        }