mirror of https://github.com/dapr/dotnet-sdk.git
				
				
				
			Use correct method call (AddActors) for registering Actors.
This commit is contained in:
		
							parent
							
								
									33d7a2dafd
								
							
						
					
					
						commit
						5a84326f3d
					
				| 
						 | 
				
			
			@ -119,7 +119,7 @@ Actor registration is part `ConfigureServices` in `Startup.cs`. The `ConfigureSe
 | 
			
		|||
 | 
			
		||||
Inside `ConfigureServices` you can:
 | 
			
		||||
 | 
			
		||||
- Register the actor runtime (`UseActors`)
 | 
			
		||||
- Register the actor runtime (`AddActors`)
 | 
			
		||||
- Register actor types (`options.Actors.RegisterActor<>`)
 | 
			
		||||
- Configure actor runtime settings `options`
 | 
			
		||||
- Register additional service types for dependency injection into actors (`services`)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue