Amazon.RDS.AmazonRDSClient.EndCreateOptionGroup C# (CSharp) Method

EndCreateOptionGroup() public method

Finishes the asynchronous execution of the CreateOptionGroup operation.
public EndCreateOptionGroup ( IAsyncResult asyncResult ) : CreateOptionGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateOptionGroup.
return CreateOptionGroupResponse
        public  CreateOptionGroupResponse EndCreateOptionGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateOptionGroupResponse>(asyncResult);
        }
AmazonRDSClient