Amazon.EC2.AmazonEC2Client.EndCreateRouteTable C# (CSharp) Méthode

EndCreateRouteTable() public méthode

Finishes the asynchronous execution of the CreateRouteTable operation.
public EndCreateRouteTable ( IAsyncResult asyncResult ) : CreateRouteTableResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateRouteTable.
Résultat CreateRouteTableResponse
        public  CreateRouteTableResponse EndCreateRouteTable(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateRouteTableResponse>(asyncResult);
        }
AmazonEC2Client