Amazon.CloudFormation.AmazonCloudFormationClient.EndSignalResource C# (CSharp) Method

EndSignalResource() public method

Finishes the asynchronous execution of the SignalResource operation.
public EndSignalResource ( IAsyncResult asyncResult ) : SignalResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSignalResource.
return SignalResourceResponse
        public  SignalResourceResponse EndSignalResource(IAsyncResult asyncResult)
        {
            return EndInvoke<SignalResourceResponse>(asyncResult);
        }
AmazonCloudFormationClient