enum MethodMode in module com::sun::star::reflection::

(Global Index)

Syntax

enum MethodMode;

Description

These values are used to specify the calling mode of a method.

Values Summary

ONEWAY The method call might be asynchronous

TWOWAY The method call is synchron

Values Details



ONEWAY

Syntax

ONEWAY,

Description

The method call might be asynchronous


TWOWAY

Syntax

TWOWAY,

Description

The method call is synchron

Top of Page