Beispiel #1
0
 internal RecorderContext(IInvocation invocation, IServiceOperationRecorder recorder)
 {
     _invocation    = invocation;
     _recorder      = recorder;
     _auditLog      = new AuditLog(ProductInformation.Component, _recorder.Category);
     _operationName = string.Format("{0}.{1}", _invocation.InvocationTarget.GetType().FullName, _invocation.Method.Name);
 }
Beispiel #2
0
			internal RecorderContext(IInvocation invocation, IServiceOperationRecorder recorder)
			{
				_invocation = invocation;
				_recorder = recorder;
				_auditLog = new AuditLog(ProductInformation.Component, _recorder.Category);
				_operationName = string.Format("{0}.{1}", _invocation.InvocationTarget.GetType().FullName, _invocation.Method.Name);
			}