NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Executor.ExecWaitWithCapture (Int32, String, String, TempFiles, String, String)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function ExecWaitWithCapture( _
   ByVal userToken As Integer, _
   ByVal cmd As String, _
   ByVal currentDir As String, _
   ByVal tempFiles As TempFiles, _
   ByRef outputName As String, _
   ByRef errorName As String _
) As Integer
[C#]
public static int ExecWaitWithCapture(
   int userToken,
   string cmd,
   string currentDir,
   TempFiles tempFiles,
   ref string outputName,
   ref string errorName
);
[C++]
public: static int ExecWaitWithCapture(
   int userToken,
   String* cmd,
   String* currentDir,
   TempFiles* tempFiles,
   String** outputName,
   String** errorName
);
[JScript]
public static function ExecWaitWithCapture(
   userToken : int,
   cmd : String,
   currentDir : String,
   tempFiles : TempFiles,
   outputName : String,
   errorName : String
) : int;

Parameters

userToken
[To be supplied.]
cmd
[To be supplied.]
currentDir
[To be supplied.]
tempFiles
[To be supplied.]
outputName
[To be supplied.]
errorName
[To be supplied.]

See Also

Executor Class | Executor Members | System.CodeDOM.Compiler Namespace | Executor.ExecWaitWithCapture Overload List