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.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static RelaxISWCFLinkProxy GetDefaultProxy(
TimeSpan OperationTimeout
)
Public Shared Function GetDefaultProxy (
OperationTimeout As TimeSpan
) As RelaxISWCFLinkProxy
Dim OperationTimeout As TimeSpan
Dim returnValue As RelaxISWCFLinkProxy
returnValue = RelaxISWCFLinkProxy.GetDefaultProxy(OperationTimeout)
Parameters
- OperationTimeout TimeSpan
- The timeout for operations sent over the pipe.
Return Value
RelaxISWCFLinkProxyThe proxy you can use to call functions.
See Also