Amazon.RDS.AmazonRDSClient.EndCreateOptionGroup C# (CSharp) Méthode

EndCreateOptionGroup() public méthode

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