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

EndSetIdentityFeedbackForwardingEnabled() public method

Finishes the asynchronous execution of the SetIdentityFeedbackForwardingEnabled operation.
public EndSetIdentityFeedbackForwardingEnabled ( IAsyncResult asyncResult ) : SetIdentityFeedbackForwardingEnabledResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetIdentityFeedbackForwardingEnabled.
return SetIdentityFeedbackForwardingEnabledResponse
        public  SetIdentityFeedbackForwardingEnabledResponse EndSetIdentityFeedbackForwardingEnabled(IAsyncResult asyncResult)
        {
            return EndInvoke<SetIdentityFeedbackForwardingEnabledResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient