Amazon.AWSSupport.AmazonAWSSupportClient.EndCreateCase C# (CSharp) Method

EndCreateCase() public method

Finishes the asynchronous execution of the CreateCase operation.
public EndCreateCase ( IAsyncResult asyncResult ) : CreateCaseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCase.
return CreateCaseResponse
        public  CreateCaseResponse EndCreateCase(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateCaseResponse>(asyncResult);
        }
AmazonAWSSupportClient