11 references to Id
System.WorkflowServices (11)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
52
: base(contextManager, persistenceProvider == null ? Guid.Empty : persistenceProvider.
Id
)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (10)
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);
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);