RoleRuntimeBridge.Initialize Method (String )
Namespace: Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
Syntax
public void Initialize(
string[] args
)
public:
void Initialize(
array<String^>^ args
)
member Initialize :
args:string[] -> unit
Public Sub Initialize (
args As String()
)
Parameters
- args
Type: System.String[]
See Also
RoleRuntimeBridge Class
Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader Namespace
Return to top