Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndGetSendQuota C# (CSharp) Method

EndGetSendQuota() public method

Finishes the asynchronous execution of the GetSendQuota operation.
public EndGetSendQuota ( IAsyncResult asyncResult ) : GetSendQuotaResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSendQuota.
return GetSendQuotaResponse
        public  GetSendQuotaResponse EndGetSendQuota(IAsyncResult asyncResult)
        {
            return EndInvoke<GetSendQuotaResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient