C# Class lw_common.event_log_reader.log_info

显示文件 Open project: jtorjo/logwizard

Public Properties

Property Type Description
cur_log_count_ int
disposed_ bool
full_log_count_ int
last_events_ List
listening_for_new_events_ bool
log_type string
new_events_ List
remote_domain string
remote_machine_name string
remote_user_name string

Property Details

cur_log_count_ public_oe property

public int cur_log_count_
return int

disposed_ public_oe property

public bool disposed_
return bool

full_log_count_ public_oe property

public int full_log_count_
return int

last_events_ public_oe property

public List last_events_
return List

listening_for_new_events_ public_oe property

public bool listening_for_new_events_
return bool

log_type public_oe property

public string log_type
return string

new_events_ public_oe property

public List new_events_
return List

remote_domain public_oe property

public string remote_domain
return string

remote_machine_name public_oe property

public string remote_machine_name
return string

remote_user_name public_oe property

public string remote_user_name
return string