# IGrainContextActivator.CreateContext(GrainAddress)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.igraincontextactivator/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.igraincontextactivator/methods/)

```csharp
public abstract IGrainContext CreateContext(GrainAddress address)
```

Creates a grain context for the given grain address.

### Parameters

- `address` (`GrainAddress`): The grain address.

### Returns

The newly created grain context.
