Beispiel #1
0
 // Constructor.
 public EventLogPermissionEntry(EventLogPermissionAccess access,
                                String machineName)
 {
     this.access      = access;
     this.machineName = machineName;
     resourceEntry    = new EventLogResourceEntry
                            (this, (int)access, new String [] { machineName });
 }
	// Constructor.
	public EventLogPermissionEntry(EventLogPermissionAccess access,
								   String machineName)
			{
				this.access = access;
				this.machineName = machineName;
				resourceEntry = new EventLogResourceEntry
					(this, (int)access, new String [] {machineName});
			}