public static Call ( string name ) : |
||
name | string | Name of the method to call. Corresponds to the key in your Meteor.Methods({key: function value()}) statement. |
return |
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.
public static Call ( string name ) : |
||
name | string | Name of the method to call. Corresponds to the key in your Meteor.Methods({key: function value()}) statement. |
return |