| ServiceMethodAttribute Properties | 
The ServiceMethodAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| IsLongRunning | 
            Gets or sets whether the method is a long running operation.
              | |
| IsTransaction | 
            Gets or sets whether the method should be executed as a transaction.
            Set this property to true if the method performs any updates.
              | |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute.  (Inherited from Attribute.) |