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

Syntax

C#
[OperationContractAttribute(Action = "http://tempuri.org/IService1/RunPsmsSystematicMicroFilterBuilderTool", 
	ReplyAction = "http://tempuri.org/IService1/RunPsmsSystematicMicroFilterBuilderToolResponse")]
void RunPsmsSystematicMicroFilterBuilderTool(
	string filterId,
	string exportFormat,
	string passThrough,
	Dictionary<string, string> sett,
	bool async,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/RunPsmsSystematicMicroFilterBuilderTool", 
	ReplyAction := "http://tempuri.org/IService1/RunPsmsSystematicMicroFilterBuilderToolResponse")> 
Sub RunPsmsSystematicMicroFilterBuilderTool ( 
	filterId As String,
	exportFormat As String,
	passThrough As String,
	sett As Dictionary(Of String, String),
	async As Boolean,
	key As String
)
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/RunPsmsSystematicMicroFilterBuilderTool", 
	ReplyAction = L"http://tempuri.org/IService1/RunPsmsSystematicMicroFilterBuilderToolResponse")]
void RunPsmsSystematicMicroFilterBuilderTool(
	String^ filterId, 
	String^ exportFormat, 
	String^ passThrough, 
	Dictionary<String^, String^>^ sett, 
	bool async, 
	String^ key
)

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

See Also