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