DotNetXri.Client.Resolve.ResolverState.set C# (CSharp) Method

set() public method

public set ( XRIAuthority oAuth, XRD oDesc ) : void
oAuth DotNetXri.Syntax.XRIAuthority
oDesc XRD
return void
    public void set(XRIAuthority oAuth, XRD oDesc)
    {
        moBasicCache.stuff(oAuth, oDesc);
        moTrustedCache.stuff(oAuth, oDesc);

    }