Amazon.AWSSupport.AmazonAWSSupportClient.EndCreateCase C# (CSharp) Méthode

EndCreateCase() public méthode

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