Opc.Ua.Server.BaseTypeSource.FindSource C# (CSharp) Метод

FindSource() публичный статический Метод

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