Click or drag to resize

ExternalOperationChangedEventArgs Constructor

Initializes a new instance of the ExternalOperationChangedEventArgs class

Namespace: Resto.Front.Api.Data.Common
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public ExternalOperationChangedEventArgs(
	int pluginModuleId,
	string serviceName,
	string operationName,
	bool registered
)

Parameters

pluginModuleId  Int32
 
serviceName  String
 
operationName  String
 
registered  Boolean
 
See Also