Amazon.EC2.AmazonEC2Client.EndDisassociateRouteTable C# (CSharp) Метод

EndDisassociateRouteTable() публичный Метод

Finishes the asynchronous execution of the DisassociateRouteTable operation.
public EndDisassociateRouteTable ( IAsyncResult asyncResult ) : DisassociateRouteTableResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateRouteTable.
Результат DisassociateRouteTableResponse
        public  DisassociateRouteTableResponse EndDisassociateRouteTable(IAsyncResult asyncResult)
        {
            return EndInvoke<DisassociateRouteTableResponse>(asyncResult);
        }
AmazonEC2Client