Skip to content

bennil/IOCTalk.InterceptProvider.CallMonitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IOCTalk.InterceptProvider.CallMonitoring.Insight

IOC-Talk interception source generator for monitoring service calls featuring the IOCTalk.Insight web frontend.

Integration Sample

var localShare = new LocalShareContext("MyInsightTestApp");

localShare.RegisterLocalSharedService<IMyDemoService2, MyDemoService2Implementation>()
          .InterceptWithImplementation(InterceptCallMonitoringProvider<IMyDemoService2>.GetInterceptType());


// ioctalk insight web dashboard registration
localShare.RegisterInsightWebHost("admin", "my-pw");
localShare.MapInterfaceImplementationType<IInsightModule, SessionInfoWebModule>()
          .MapAdditionalMultiImportImplementation<CallMonitoringInsightModule>();

localShare.RegisterLocalSharedService<ICallMonitoringHost, CallMonitoringHost>();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published