RelaxISWCFLinkProxyGetDefaultBinding(TimeSpan) Method |
This method returns a working NetNamedPipeBinding object with the correct options set 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 NetNamedPipeBinding GetDefaultBinding(
TimeSpan OperationTimeout
)
Public Shared Function GetDefaultBinding (
OperationTimeout As TimeSpan
) As NetNamedPipeBinding
Dim OperationTimeout As TimeSpan
Dim returnValue As NetNamedPipeBinding
returnValue = RelaxISWCFLinkProxy.GetDefaultBinding(OperationTimeout)
Parameters
- OperationTimeout TimeSpan
- The timeout for operations sent over the pipe.
Return Value
NetNamedPipeBindingA working NetNamedPipeBinding object with the correct options set to communicate with the RelaxIS WCF service.
See Also