Property | Type | Description | |
---|---|---|---|
IpcAcl | CommonSecurityDescriptor |
Method | Description | |
---|---|---|
AddArchives ( IEnumerable |
||
AddDirectory ( string path, ManifestDigest manifestDigest, ITaskHandler handler ) : string | ||
Contains ( ManifestDigest manifestDigest ) : bool |
Always returns Using the store service for this is unnecessary since it only requires read access to the file system. |
|
Contains ( string directory ) : bool |
Always returns Using the store service for this is unnecessary since it only requires read access to the file system. |
|
Flush ( ) : void | ||
GetPath ( ManifestDigest manifestDigest ) : string |
Always returns Using the store service for this is unnecessary since it only requires read access to the file system. |
|
ListAll ( ) : IEnumerable |
Always returns empty list. Use a non-IPC IStore for this method instead. Using the store service for this is unnecessary since it only requires read access to the file system. |
|
ListAllTemp ( ) : IEnumerable |
Always returns empty list. Use a non-IPC IStore for this method instead. Using the store service for this is unnecessary since it only requires read access to the file system. |
|
Optimise ( ITaskHandler handler ) : long |
Does nothing. Should be handled by an DirectoryStore directly instead of using the service.
|
|
Remove ( ManifestDigest manifestDigest, ITaskHandler handler ) : bool |
Does nothing. Should be handled by an DirectoryStore directly instead of using the service.
|
|
ToString ( ) : string |
Returns a fixed string.
|
|
Verify ( ManifestDigest manifestDigest, ITaskHandler handler ) : void |
Does nothing. Should be handled by an DirectoryStore directly instead of using the service.
|
Method | Description | |
---|---|---|
CreateServiceProxy ( ) : IStore |
Sets up named pipes and creates a proxy object for accessing the IStore in the store service. Must only be called once per process! |
|
GetServiceProxy ( ) : IStore | ||
IpcStore ( ) : System |
public AddArchives ( IEnumerable |
||
archiveInfos | IEnumerable |
|
manifestDigest | ManifestDigest | |
handler | ITaskHandler | |
return | string |
public AddDirectory ( string path, ManifestDigest manifestDigest, ITaskHandler handler ) : string | ||
path | string | |
manifestDigest | ManifestDigest | |
handler | ITaskHandler | |
return | string |
public Contains ( ManifestDigest manifestDigest ) : bool | ||
manifestDigest | ManifestDigest | |
return | bool |
public GetPath ( ManifestDigest manifestDigest ) : string | ||
manifestDigest | ManifestDigest | |
return | string |
public Optimise ( ITaskHandler handler ) : long | ||
handler | ITaskHandler | |
return | long |
public Remove ( ManifestDigest manifestDigest, ITaskHandler handler ) : bool | ||
manifestDigest | ManifestDigest | |
handler | ITaskHandler | |
return | bool |
public Verify ( ManifestDigest manifestDigest, ITaskHandler handler ) : void | ||
manifestDigest | ManifestDigest | |
handler | ITaskHandler | |
return | void |