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

BeginCreateOptionGroup() public method

Initiates the asynchronous execution of the CreateOptionGroup operation.
public BeginCreateOptionGroup ( CreateOptionGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.RDS.Model.CreateOptionGroupRequest Container for the necessary parameters to execute the CreateOptionGroup operation on AmazonRDSClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginCreateOptionGroup(CreateOptionGroupRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CreateOptionGroupRequestMarshaller();
            var unmarshaller = CreateOptionGroupResponseUnmarshaller.Instance;

            return BeginInvoke<CreateOptionGroupRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonRDSClient