Bug in Transaction Handle class

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
sudha
Full Member
Full Member
Posts: 5
Joined: 01 Mar 2018, 14:15

Bug in Transaction Handle class

Post by sudha »

Hi ,

I see Done parameter in Transaction Handle is get parameter.
But the description about this paramater says we can set this value

public class TransactionHandle
{
...................
//
// Summary:
// Gets or sets a value indicating whether the transaction is done.
public bool Done { get; }
.....

Am unabe to set this value ?

what is the use of this paramater ?

Post Reply