你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ProxyGeneratorBuildResult Class
- java.
lang. Object - microsoft.
servicefabric. services. remoting. builder. BuildResult - microsoft.
servicefabric. services. remoting. builder. ProxyGeneratorBuildResult
- microsoft.
- microsoft.
public class ProxyGeneratorBuildResult
Used in Actor and Services Code builder. For internal use only.
Method Summary
Modifier and Type | Method and Description |
---|---|
Class<?> | getProxyActivatorType() |
Proxy |
getProxyGenerator() |
Class<?> | getProxyType() |
void | setProxyActivatorType(Class<?> type) |
void | setProxyGenerator(ProxyGenerator factory) |
void | setProxyType(Class<?> type) |
Method Details
getProxyActivatorType
public Class getProxyActivatorType()
getProxyGenerator
public ProxyGenerator getProxyGenerator()
getProxyType
public Class getProxyType()
setProxyActivatorType
public void setProxyActivatorType(Class type)
Parameters:
type
setProxyGenerator
public void setProxyGenerator(ProxyGenerator factory)
Parameters:
factory
setProxyType
public void setProxyType(Class type)
Parameters:
type