Click or drag to resize

ServiceMethodAttribute Properties

The ServiceMethodAttribute type exposes the following members.

Properties
  NameDescription
Public propertyIsLongRunning
Gets or sets whether the method is a long running operation.
Public propertyIsTransaction Obsolete.
Gets or sets whether the method should be executed as a transaction. Set this property to true if the method performs any updates.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Top
See Also