| Miner.Interop Namespace > IMMTransporter Interface : NextLocalReceiveFile Method | 
'DeclarationFunction NextLocalReceiveFile( _ ByVal OutFolder As System.String, _ ByRef BaseFileName As System.String _ ) As System.Boolean
'UsageDim instance As IMMTransporter Dim OutFolder As System.String Dim BaseFileName As System.String Dim value As System.Boolean value = instance.NextLocalReceiveFile(OutFolder, BaseFileName)
System.bool NextLocalReceiveFile( System.string OutFolder, out System.string BaseFileName )
function NextLocalReceiveFile( 
    OutFolder: System.String;
   Out  BaseFileName: System.String
): System.Boolean; 
            function NextLocalReceiveFile( OutFolder : System.String, BaseFileName : System.String ) : System.boolean;
System.bool NextLocalReceiveFile( System.string* OutFolder, [PARAMFLAG::Out] System.string* BaseFileName )
System.bool NextLocalReceiveFile( System.String^ OutFolder, [Out] System.String^ BaseFileName )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2