XdsObjects Help file
XdsObjects Namespace / XdsAudit Class / ActorStop Method
The XDS domain containing details



ActorStop Method
Log that an application (actor) has stopped
Syntax
Public Shared Function ActorStop( _
   ByVal Domain As XdsDomain _
) As Integer
Dim Domain As XdsDomain
Dim value As Integer
 
value = XdsAudit.ActorStop(Domain)
public static int ActorStop( 
   XdsDomain Domain
)
public:
static int ActorStop( 
   XdsDomain^ Domain
) 

Parameters

Domain
The XDS domain containing details

Return Value

The number of audit repositories to which the message was successfully sent
Remarks

For UDP repositories, there is no confirmation that the message was successfully received

Ensure that the Domain is fully set up before making this call.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also