C# (CSharp) Meteor Пространство имен

Пространства имен

Meteor.EJSON
Meteor.Internal

Классы

Имя Описание
Accounts Contains all the methods used to create and manage user accounts.
Connection Manages your Meteor connection.
Error
LoginResult The results of a login call.
Method Methods are remote functions that Meteor clients can invoke. Use Method.Call to call a method by name with the specified arguments. Returns a Method object. You must call yield return (Coroutine)instance; inside an IEnumerator/Coroutine function to actually execute the call. You can also call ExecuteAsync on the method instance to execute asynchronously outside of an IEnumerator. The name of the method to call corresponds to the key in your Meteor.Methods({key: function value()}) statement.
MongoDocument A base class for all the types you want to support as Mongo documents.
Subscription A subscription handle.