WorkflowHostingEndpoint 构造函数  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 WorkflowHostingEndpoint 类的新实例。
重载
| WorkflowHostingEndpoint(Type) | 
						   使用指定的协定类型创建 WorkflowHostingEndpoint 类的新实例。  | 
        	
| WorkflowHostingEndpoint(Type, Binding, EndpointAddress) | 
						   使用指定的协定类型、绑定和终结点地址创建 WorkflowHostingEndpoint 类的新实例。  | 
        	
WorkflowHostingEndpoint(Type)
使用指定的协定类型创建 WorkflowHostingEndpoint 类的新实例。
protected:
 WorkflowHostingEndpoint(Type ^ contractType);
	protected WorkflowHostingEndpoint (Type contractType);
	new System.ServiceModel.Activities.WorkflowHostingEndpoint : Type -> System.ServiceModel.Activities.WorkflowHostingEndpoint
	Protected Sub New (contractType As Type)
	参数
- contractType
 - Type
 
该协定类型定义工作流承载操作的基本消息交换模式。
适用于
WorkflowHostingEndpoint(Type, Binding, EndpointAddress)
使用指定的协定类型、绑定和终结点地址创建 WorkflowHostingEndpoint 类的新实例。
protected:
 WorkflowHostingEndpoint(Type ^ contractType, System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ address);
	protected WorkflowHostingEndpoint (Type contractType, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address);
	new System.ServiceModel.Activities.WorkflowHostingEndpoint : Type * System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Activities.WorkflowHostingEndpoint
	Protected Sub New (contractType As Type, binding As Binding, address As EndpointAddress)
	参数
- contractType
 - Type
 
终结点的服务协定。
- binding
 - Binding
 
终结点的绑定。
- address
 - EndpointAddress
 
终结点的地址。