create_operation


Description:

public ServerOperation create_operation (ServerOperationType type, Set? options) throws Error

Creates a new ServerOperation object which can be modified in order to perform the type type of action.

It is a wrapper around the create_operation method.

Parameters:

this

a Connection object

type

the type of operation requested

options

an optional list of parameters

Returns:

a new ServerOperation object, or null in the connection's provider does not support the type type of operation or if an error occurred