MasterLoggingOneWayWebMethod Constructor

Initializes a new instance of the MasterLoggingOneWayWebMethod class

Definition

Namespace: Centralpoint.Web.UI
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public OneWayWebMethod(
	string method,
	Object parameters = null,
	MasterLoggingType requestType = MasterLoggingType.MasterOneWayWebMethod
)

Parameters

method  String
 
parameters  Object  (Optional)
 
requestType  MasterLoggingType  (Optional)
 

See Also