Nevron .NET Vision
Nevron.Diagram Namespace / NDocumentEventSinkService Class / NDocumentEventSinkService Constructor / NDocumentEventSinkService Constructor(String,Boolean)
name of the service
whether the service is initially started


In This Topic
    NDocumentEventSinkService Constructor(String,Boolean)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As System.String, _
       ByVal started As System.Boolean _
    )
    'Usage
     
    
    Dim name As System.String
    Dim started As System.Boolean
     
    Dim instance As New NDocumentEventSinkService(name, started)
    public NDocumentEventSinkService( 
       System.string name,
       System.bool started
    )

    Parameters

    name
    name of the service
    started
    whether the service is initially started
    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