| 
            
              AdapterLoaderTProcessAdapter(String) Method
             | 
          
        
        
            Processes the adapterFile by deserializing it.
            
        
        Namespace: GSF.AdaptersAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxprotected virtual void ProcessAdapter(
	string adapterFile
)
Protected Overridable Sub ProcessAdapter ( 
	adapterFile As String
)
protected:
virtual void ProcessAdapter(
	String^ adapterFile
)
abstract ProcessAdapter : 
        adapterFile : string -> unit 
override ProcessAdapter : 
        adapterFile : string -> unit function ProcessAdapter(adapterFile);
 View SourceParameters
- adapterFile  String
 - Path to the adapter file to be deserialized.
 
See Also