Click or drag to resize

IProvisioningMonitorGetRelayResultPropertyInfos Method

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS.WCF
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[OperationContractAttribute(Action = "http://schemas.omada.net/ois/2014/Provisioning/Monitor/IProvisioningMonitor/GetRelayResultPropertyInfos", 
	ReplyAction = "http://schemas.omada.net/ois/2014/Provisioning/Monitor/IProvisioningMonitor/GetRelayResultPropertyInfosResponse")]
[FaultContractAttribute(typeof(string), Action = "http://schemas.omada.net/ois/2014/Provisioning/Monitor/IProvisioningMonitor/GetRelayResultPropertyInfosStringFault", 
	Name = "string", Namespace = "http://schemas.microsoft.com/2003/10/Serialization/")]
RelayResultPropertiesResult GetRelayResultPropertyInfos(
	RelayResultPropertyQuery relayResultPropertyQuery,
	PagingParams Paging
)

Parameters

relayResultPropertyQuery
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFRelayResultPropertyQuery
Paging
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFPagingParams

Return Value

Type: RelayResultPropertiesResult
See Also