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

EndModifySubnetAttribute() 공개 메소드

Finishes the asynchronous execution of the ModifySubnetAttribute operation.
public EndModifySubnetAttribute ( IAsyncResult asyncResult ) : ModifySubnetAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifySubnetAttribute.
리턴 ModifySubnetAttributeResponse
        public  ModifySubnetAttributeResponse EndModifySubnetAttribute(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifySubnetAttributeResponse>(asyncResult);
        }
AmazonEC2Client