| 
            
              ProcessLauncherInitialInputProcessingDelay Property
             | 
          
        
        
            Gets or sets the processing delay, in milliseconds, before text defined in the 
InitialInputFileName is sent to the launched process.
            
 
        
        Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.258-beta
Syntaxpublic:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(2000)]
property int InitialInputProcessingDelay {
	int get ();
	void set (int value);
}[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(2000)>]
member InitialInputProcessingDelay : int with get, set
function get_InitialInputProcessingDelay();
function set_InitialInputProcessingDelay(value);
 View SourceProperty Value
Int32
See Also