Property IsAsynchronous
IsAsynchronous
If true object creation will be performed in a worker thread, otherwise will be done in active context.
public bool IsAsynchronous { get; set; }
If true object creation will be performed in a worker thread, otherwise will be done in active context.
public bool IsAsynchronous { get; set; }