Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void RunPsmsSystemicWorkflowCrashTypesTool(
	string filterId,
	string exportFormat,
	string passThrough,
	Dictionary<string, string> sett,
	bool async,
	string key
)
Visual Basic
Public Sub RunPsmsSystemicWorkflowCrashTypesTool ( 
	filterId As String,
	exportFormat As String,
	passThrough As String,
	sett As Dictionary(Of String, String),
	async As Boolean,
	key As String
)
Visual C++
public:
virtual void RunPsmsSystemicWorkflowCrashTypesTool(
	String^ filterId, 
	String^ exportFormat, 
	String^ passThrough, 
	Dictionary<String^, String^>^ sett, 
	bool async, 
	String^ key
) sealed

Parameters

filterId
Type: System..::..String
exportFormat
Type: System..::..String
passThrough
Type: System..::..String
sett
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
async
Type: System..::..Boolean
key
Type: System..::..String

Implements

IService1..::..RunPsmsSystemicWorkflowCrashTypesTool(String, String, String, Dictionary<(Of <<'(String, String>)>>), Boolean, String)

See Also