Amazon.AWSSupport.AmazonAWSSupportClient.EndAddCommunicationToCase C# (CSharp) 메소드

EndAddCommunicationToCase() 공개 메소드

Finishes the asynchronous execution of the AddCommunicationToCase operation.
public EndAddCommunicationToCase ( IAsyncResult asyncResult ) : AddCommunicationToCaseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddCommunicationToCase.
리턴 AddCommunicationToCaseResponse
        public  AddCommunicationToCaseResponse EndAddCommunicationToCase(IAsyncResult asyncResult)
        {
            return EndInvoke<AddCommunicationToCaseResponse>(asyncResult);
        }
AmazonAWSSupportClient