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



In This Topic
    ActorStart Method
    In This Topic
    Log that an application (actor) has started
    Syntax
    Public Shared Function ActorStart( _
       ByVal Domain As XdsDomain _
    ) As Integer
    Dim Domain As XdsDomain
    Dim value As Integer
     
    value = XdsAudit.ActorStart(Domain)
    public static int ActorStart( 
       XdsDomain Domain
    )
    public:
    static int ActorStart( 
       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