Method Publish
Publish(IRevision)
Publish a new IRevision for consumption by clients. It is the caller's responsibility to verify that the revision files exist and can be read by clients. When the revision is no longer needed, it will be Release(String)d by the replicator.
Declaration
void Publish(IRevision revision)
Parameters
Type | Name | Description |
---|---|---|
IRevision | revision | The IRevision to publish. |