Click or drag to resize

RelaxISWCFLinkProxyGetDefaultProxy(TimeSpan) Method

This method creates a RelaxISWCFLinkProxy object with the correct settings used to communicate with the RelaxIS WCF Link service.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static RelaxISWCFLinkProxy GetDefaultProxy(
	TimeSpan OperationTimeout
)

Parameters

OperationTimeout  TimeSpan
The timeout for operations sent over the pipe.

Return Value

RelaxISWCFLinkProxy
The proxy you can use to call functions.
See Also