Moonware.Server.WCF
ConnectCorePlugin Method



Name of the plugin.
Plugin parameters.
Connects the core plugin.
Syntax
'Declaration
 
<OperationBehaviorAttribute()>
<PrincipalPermissionAttribute(Name="", 
   Role="Edit Settings", 
   Authenticated=True, 
   Action=SecurityAction.Demand, 
   Unrestricted=False)>
Public Function ConnectCorePlugin( _
   ByVal pluginName As String, _
   ByVal parameters As SerializableParams _
) As Integer
'Usage
 
Dim instance As MoonwareServerWCF
Dim pluginName As String
Dim parameters As SerializableParams
Dim value As Integer
 
value = instance.ConnectCorePlugin(pluginName, parameters)
[OperationBehaviorAttribute()]
[PrincipalPermissionAttribute(Name="", 
   Role="Edit Settings", 
   Authenticated=true, 
   Action=SecurityAction.Demand, 
   Unrestricted=false)]
public int ConnectCorePlugin( 
   string pluginName,
   SerializableParams parameters
)
[OperationBehaviorAttribute()]
[PrincipalPermissionAttribute(Name="", 
   Role="Edit Settings", 
   Authenticated=true, 
   Action=SecurityAction.Demand, 
   Unrestricted=false)]
public:
int ConnectCorePlugin( 
   String^ pluginName,
   SerializableParams^ parameters
) 

Parameters

pluginName
Name of the plugin.
parameters
Plugin parameters.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MoonwareServerWCF Class
MoonwareServerWCF Members

Send Feedback