コード例 #1
0
 /// <summary>
 /// Intercept the provider action when a scope is loaded from Server database
 /// </summary>
 public static Guid OnServerScopeInfoLoaded(this RemoteOrchestrator orchestrator, Func <ServerScopeInfoLoadedArgs, Task> action)
 => orchestrator.AddInterceptor(action);
コード例 #2
0
 /// <summary>
 /// Intercept the provider action when a server scope is about to be loaded from server database
 /// </summary>
 public static Guid OnServerScopeInfoLoading(this RemoteOrchestrator orchestrator, Action <ServerScopeInfoLoadingArgs> action)
 => orchestrator.AddInterceptor(action);