GetSupportedOperations() защищенный Метод

protected GetSupportedOperations ( Repository repo, VersionInfo vinfo, VersionControlOperation defaultValue ) : VersionControlOperation
repo Repository
vinfo VersionInfo
defaultValue VersionControlOperation
Результат VersionControlOperation
 protected override VersionControlOperation GetSupportedOperations(VersionInfo vinfo)
 {
     return(Svn.GetSupportedOperations(this, vinfo, base.GetSupportedOperations(vinfo)));
 }
Пример #2
0
 protected override async Task <VersionControlOperation> GetSupportedOperationsAsync(VersionInfo vinfo, CancellationToken cancellationToken)
 {
     return(Svn.GetSupportedOperations(this, vinfo, await base.GetSupportedOperationsAsync(vinfo, cancellationToken).ConfigureAwait(false)));
 }