Property | Type | Description | |
---|---|---|---|
callers | NetworkCallers | ||
interpolate | Interpolate | ||
method | string |
Method | Description | |
---|---|---|
NetSync ( ) : System.Threading.Tasks | ||
NetSync ( Interpolate ignoreInterpolation ) : System.Threading.Tasks | ||
NetSync ( string method, NetworkCallers callers ) : System.Threading.Tasks | ||
NetSync ( string method, NetworkCallers callers, Interpolate ignoreInterpolation ) : System.Threading.Tasks |
public NetSync ( Interpolate ignoreInterpolation ) : System.Threading.Tasks | ||
ignoreInterpolation | Interpolate | |
return | System.Threading.Tasks |
public NetSync ( string method, NetworkCallers callers ) : System.Threading.Tasks | ||
method | string | |
callers | NetworkCallers | |
return | System.Threading.Tasks |
public NetSync ( string method, NetworkCallers callers, Interpolate ignoreInterpolation ) : System.Threading.Tasks | ||
method | string | |
callers | NetworkCallers | |
ignoreInterpolation | Interpolate | |
return | System.Threading.Tasks |