Property | Type | Description | |
---|---|---|---|
args | object[] | ||
name | string | ||
requestId | string |
Method | Description | |
---|---|---|
Subscribe ( string name ) : |
Subscribe to a record set. Returns a handle that provides a ready property. You must call
|
|
Subscription ( ) : System |
Method | Description | |
---|---|---|
Wait ( ) : IEnumerator |
public static Subscribe ( string name ) : |
||
name | string | Name. Corresponds to your Meteor.publish(name, ...) statement in your Meteor code. |
return |