Свойство | Type | Description | |
---|---|---|---|
callers | NetworkCallers | ||
interpolate | Interpolate | ||
method | string |
Méthode | 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 ( ) : System.Threading.Tasks | ||
Résultat | System.Threading.Tasks |
public NetSync ( Interpolate ignoreInterpolation ) : System.Threading.Tasks | ||
ignoreInterpolation | Interpolate | |
Résultat | System.Threading.Tasks |
public NetSync ( string method, NetworkCallers callers ) : System.Threading.Tasks | ||
method | string | |
callers | NetworkCallers | |
Résultat | System.Threading.Tasks |
public NetSync ( string method, NetworkCallers callers, Interpolate ignoreInterpolation ) : System.Threading.Tasks | ||
method | string | |
callers | NetworkCallers | |
ignoreInterpolation | Interpolate | |
Résultat | System.Threading.Tasks |