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)
1254return this.factory.BeginCreate(this.Id, instance, timeout, unlockInstance, callback, state); 1260return this.factory.BeginDelete(this.Id, instance, timeout, callback, state); 1266return this.factory.BeginLoad(this.Id, timeout, lockInstance, callback, state); 1272return this.factory.BeginUnlock(this.Id, timeout, callback, state); 1278return this.factory.BeginUpdate(this.Id, instance, timeout, unlockInstance, callback, state); 1284return this.factory.Create(this.Id, instance, timeout, unlockInstance); 1290this.factory.Delete(this.Id, instance, timeout); 1321return this.factory.Load(this.Id, timeout, lockInstance); 1327this.factory.Unlock(this.Id, timeout); 1333return this.factory.Update(this.Id, instance, timeout, unlockInstance);