call_mdraid_create_sync


Description:

[ Version ( since = "2.0.0" ) ]
public bool call_mdraid_create_sync (string arg_blocks, string arg_level, string arg_name, uint64 arg_chunk, Variant arg_options, out string out_resulting_array, Cancellable? cancellable = null) throws Error

Synchronously invokes the MDRaidCreate D-Bus method on this.

The calling thread is blocked until a reply is received.

See call_mdraid_create for the asynchronous version of this method.

Parameters:

this

A ManagerProxy.

arg_blocks

Argument to pass with the method invocation.

arg_level

Argument to pass with the method invocation.

arg_name

Argument to pass with the method invocation.

arg_chunk

Argument to pass with the method invocation.

arg_options

Argument to pass with the method invocation.

out_resulting_array

Return location for return parameter or null to ignore.

cancellable

A Cancellable or null.

Returns:

true if the call succeded, false if error is set.