Opc.Ua.Server.BaseTypeSource.FindSource C# (CSharp) Method

FindSource() public static method

Finds the source for the type definition (creates it if it does not exist).
public static FindSource ( IServerInternal server ) : BaseTypeSource
server IServerInternal
return BaseTypeSource
        public static BaseTypeSource FindSource(IServerInternal server)
        {
            throw new NotImplementedException("Must be overridden by subclass.");
        }
        #endregion