Amazon.EC2.AmazonEC2Client.EndEnableVgwRoutePropagation C# (CSharp) Method

EndEnableVgwRoutePropagation() public method

Finishes the asynchronous execution of the EnableVgwRoutePropagation operation.
public EndEnableVgwRoutePropagation ( IAsyncResult asyncResult ) : EnableVgwRoutePropagationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableVgwRoutePropagation.
return EnableVgwRoutePropagationResponse
        public  EnableVgwRoutePropagationResponse EndEnableVgwRoutePropagation(IAsyncResult asyncResult)
        {
            return EndInvoke<EnableVgwRoutePropagationResponse>(asyncResult);
        }
AmazonEC2Client