Amazon.EC2.AmazonEC2Client.EndCreateRouteTable C# (CSharp) 메소드

EndCreateRouteTable() 공개 메소드

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