 | EndpointOperation Constructor |
Creates a new instance of the operation with the specified description
Namespace: RestSrvrAssembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntaxpublic EndpointOperation(
ServiceEndpoint endpoint,
OperationDescription operationDescription
)
Public Sub New (
endpoint As ServiceEndpoint,
operationDescription As OperationDescription
)
public:
EndpointOperation(
ServiceEndpoint^ endpoint,
OperationDescription^ operationDescription
)
new :
endpoint : ServiceEndpoint *
operationDescription : OperationDescription -> EndpointOperationParameters
- endpoint ServiceEndpoint
- The endpoint on which the operation applies
- operationDescription OperationDescription
- The operation description to affix to the operation
See Also