8 lines
		
	
	
		
			114 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			114 B
		
	
	
	
		
			C#
		
	
	
	
| 
								 | 
							
								namespace SRF.Service
							 | 
						|||
| 
								 | 
							
								{
							 | 
						|||
| 
								 | 
							
								    public interface IAsyncService
							 | 
						|||
| 
								 | 
							
								    {
							 | 
						|||
| 
								 | 
							
								        bool IsLoaded { get; }
							 | 
						|||
| 
								 | 
							
								    }
							 | 
						|||
| 
								 | 
							
								}
							 |