Namespace: MonoSoftware.Core.WCF
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public Object[] AllocateInputs()
Visual Basic
Public Function AllocateInputs As Object()
Visual C++
public:
virtual array<Object^>^ AllocateInputs() sealed
F#
abstract AllocateInputs : unit -> Object[] 
override AllocateInputs : unit -> Object[] 

Return Value

Type: array<Object>[]()[][]

Implements

IOperationInvoker..::..AllocateInputs()()()()

See Also