Perforce API for the .Net CLR P4.Net

P4Connection.RunCallbackUnparsed�Method�

Runs the callback unparsed.

[Visual�Basic]
Public�Sub�RunCallbackUnparsed( _
���ByVal Callback�As�P4Callback,�_
���ByVal Command�As�String,�_
���ParamArray Args�As�String()�_
)
[C#]
public�void�RunCallbackUnparsed(
���P4CallbackCallback,
���stringCommand,
���params�string[]Args
);

Parameters

Callback
The callback.
Command
The command.
Args
The args.

See Also

P4Connection Class | P4API Namespace