1 write to factory
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1238
this.
factory
= factory;
15 references to factory
System.WorkflowServices (15)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (15)
1254
return this.
factory
.BeginCreate(this.Id, instance, timeout, unlockInstance, callback, state);
1260
return this.
factory
.BeginDelete(this.Id, instance, timeout, callback, state);
1266
return this.
factory
.BeginLoad(this.Id, timeout, lockInstance, callback, state);
1272
return this.
factory
.BeginUnlock(this.Id, timeout, callback, state);
1278
return this.
factory
.BeginUpdate(this.Id, instance, timeout, unlockInstance, callback, state);
1284
return this.
factory
.Create(this.Id, instance, timeout, unlockInstance);
1290
this.
factory
.Delete(this.Id, instance, timeout);
1295
return this.
factory
.EndCreate(result);
1300
this.
factory
.EndDelete(result);
1305
return this.
factory
.EndLoad(result);
1310
this.
factory
.EndUnlock(result);
1315
return this.
factory
.EndUpdate(result);
1321
return this.
factory
.Load(this.Id, timeout, lockInstance);
1327
this.
factory
.Unlock(this.Id, timeout);
1333
return this.
factory
.Update(this.Id, instance, timeout, unlockInstance);