DotNetXri.Client.Resolve.ResolverState.reset C# (CSharp) Méthode

reset() public méthode

public reset ( XRIAuthority oAuth ) : void
oAuth DotNetXri.Syntax.XRIAuthority
Résultat void
    public void reset(XRIAuthority oAuth)
    {
        moBasicCache.prune(oAuth);
        moTrustedCache.prune(oAuth);
    }