Click or drag to resize

OperationsExecuteOperaRequest Method

ExecuteOperaRequest

Namespace: Micros.PosCore.OperaPosting
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public HttpResponseMessage ExecuteOperaRequest(
	string serializedContent,
	Parameter parameters,
	string urlPath,
	Operation operation,
	HttpMethod httpMethod,
	out ErrorCode errorCode,
	long timeoutInMilliseconds = 0
)

Parameters

serializedContent  String
parameters  Parameter
urlPath  String
operation  Operation
httpMethod  HttpMethod
errorCode  ErrorCode
timeoutInMilliseconds  Int64  (Optional)

Return Value

HttpResponseMessage
See Also