Click or drag to resize

AceFini Method

Finalize the ACE library services and releases ACE's internal resources. In general, do not instantiate ACE classes or call methods on objects of these classes after a Ace.Fini() has been called.

Namespace:  OpenDDSharp
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public static int Fini()

Return Value

Type: Int32
Returns 0 on success, -1 on failure, and 1 if it had already been called.
See Also