Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndGetSendQuota C# (CSharp) 메소드

EndGetSendQuota() 공개 메소드

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